Skip to content

Commit e3b27bf

Browse files
committed
chore: bump LeviLamina to 1.6.0
1 parent af2ab76 commit e3b27bf

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.15.0] - 2025-10-03
10+
## [0.15.0] - 2025-10-04
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("levimc-repo https://github.com/LiteLDev/xmake-repo.git")
44

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

1111
add_requires("levibuildscript")

0 commit comments

Comments
 (0)