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
7
7
8
8
## [ Unreleased]
9
9
10
+ ## [ 0.11.3] - 2025-06-03
11
+
10
12
### Added
11
13
12
14
- Added onEndermanTakeBlock event [ #233 ] @zimuya4153
@@ -925,7 +927,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
925
927
[ #273 ] : https://github.com/LiteLDev/LegacyScriptEngine/issues/273
926
928
[ #277 ] : https://github.com/LiteLDev/LegacyScriptEngine/issues/277
927
929
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
929
932
[ 0.11.2 ] : https://github.com/LiteLDev/LegacyScriptEngine/compare/v0.11.1...v0.11.2
930
933
[ 0.11.1 ] : https://github.com/LiteLDev/LegacyScriptEngine/compare/v0.11.0...v0.11.1
931
934
[ 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 2
2
"format_version" : 3 ,
3
3
"format_uuid" : " 289f771f-2c9a-4d73-9f3f-8492495a924d" ,
4
4
"tooth" : " github.com/LiteLDev/LegacyScriptEngine" ,
5
- "version" : " 0.11.2 " ,
5
+ "version" : " 0.11.3 " ,
6
6
"info" : {
7
7
"name" : " LegacyScriptEngine" ,
8
8
"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")
3
3
add_repositories (" levimc-repo https://github.com/LiteLDev/xmake-repo.git" )
4
4
5
5
if 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" }})
7
7
else
8
- add_requires (" levilamina 1.2.0 " , {configs = {target_type = " client" }})
8
+ add_requires (" levilamina 1.2.1 " , {configs = {target_type = " client" }})
9
9
end
10
10
11
11
add_requires (" levibuildscript" )
You can’t perform that action at this time.
0 commit comments