File tree Expand file tree Collapse file tree 3 files changed +7
-4
lines changed Expand file tree Collapse file tree 3 files changed +7
-4
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77
88## [ Unreleased]
99
10+ ## [ 0.11.3] - 2025-06-03
11+
1012### Added
1113
1214- Added onEndermanTakeBlock event [ #233 ] @zimuya4153
@@ -925,7 +927,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
925927[ #273 ] : https://github.com/LiteLDev/LegacyScriptEngine/issues/273
926928[ #277 ] : https://github.com/LiteLDev/LegacyScriptEngine/issues/277
927929
928- [ Unreleased ] : https://github.com/LiteLDev/LegacyScriptEngine/compare/v0.11.2...HEAD
930+ [ Unreleased ] : https://github.com/LiteLDev/LegacyScriptEngine/compare/v0.11.3...HEAD
931+ [ 0.11.3 ] : https://github.com/LiteLDev/LegacyScriptEngine/compare/v0.11.2...v0.11.3
929932[ 0.11.2 ] : https://github.com/LiteLDev/LegacyScriptEngine/compare/v0.11.1...v0.11.2
930933[ 0.11.1 ] : https://github.com/LiteLDev/LegacyScriptEngine/compare/v0.11.0...v0.11.1
931934[ 0.11.0 ] : https://github.com/LiteLDev/LegacyScriptEngine/compare/v0.10.9...v0.11.0
Original file line number Diff line number Diff line change 22 "format_version" : 3 ,
33 "format_uuid" : " 289f771f-2c9a-4d73-9f3f-8492495a924d" ,
44 "tooth" : " github.com/LiteLDev/LegacyScriptEngine" ,
5- "version" : " 0.11.2 " ,
5+ "version" : " 0.11.3 " ,
66 "info" : {
77 "name" : " LegacyScriptEngine" ,
88 "description" : " A plugin engine for running LLSE plugins on LeviLamina" ,
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 1.2.0 " , {configs = {target_type = " server" }})
6+ add_requires (" levilamina 1.2.1 " , {configs = {target_type = " server" }})
77else
8- add_requires (" levilamina 1.2.0 " , {configs = {target_type = " client" }})
8+ add_requires (" levilamina 1.2.1 " , {configs = {target_type = " client" }})
99end
1010
1111add_requires (" levibuildscript" )
You can’t perform that action at this time.
0 commit comments