File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change @@ -3,9 +3,9 @@ add_rules("mode.debug", "mode.release")
33add_repositories (" levimc-repo https://github.com/LiteLDev/xmake-repo.git" )
44
55if 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" }})
77else
8- add_requires (" levilamina 435ae9836047c827003bad585f1f452c24bda779 " , {configs = {target_type = " client" }})
8+ add_requires (" levilamina 1.6.0 " , {configs = {target_type = " client" }})
99end
1010
1111add_requires (" levibuildscript" )
You can’t perform that action at this time.
0 commit comments