Skip to content

Commit e9a79da

Browse files
committed
chore: bump LeviLamina to 1.9.4
1 parent 9bc31ce commit e9a79da

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10-
## [0.13.0] - 2026-01-28
10+
## [0.13.0] - 2026-02-03
1111

1212
### Changed
1313

xmake.lua

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@ add_rules("mode.debug", "mode.release")
33
add_repositories("liteldev-repo https://github.com/LiteLDev/xmake-repo.git")
44

55
if is_config("target_type", "server") then
6-
add_requires("levilamina 1.9.2", { configs = { target_type = "server" } })
6+
add_requires("levilamina 1.9.4", { configs = { target_type = "server" } })
77
else
8-
add_requires("levilamina 1.9.2", { configs = { target_type = "client" } })
8+
add_requires("levilamina 1.9.4", { configs = { target_type = "client" } })
99
end
1010

1111
add_requires("levibuildscript")

0 commit comments

Comments
 (0)