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.13.0] - 2026-01-28
10+ ## [ 0.13.0] - 2026-02-03
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 (" liteldev-repo https://github.com/LiteLDev/xmake-repo.git" )
44
55if 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" } })
77else
8- add_requires (" levilamina 1.9.2 " , { configs = { target_type = " client" } })
8+ add_requires (" levilamina 1.9.4 " , { configs = { target_type = " client" } })
99end
1010
1111add_requires (" levibuildscript" )
You can’t perform that action at this time.
0 commit comments