Skip to content

Commit 09020e2

Browse files
committed
chore: update LeviLamina to 1.1.2
1 parent a1e4fd4 commit 09020e2

File tree

3 files changed

+18
-5
lines changed

3 files changed

+18
-5
lines changed

CHANGELOG.md

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [0.10.8] - 2025-05-22
11+
12+
### Changed
13+
14+
- Update LeviLamina to 1.1.2
15+
16+
### Fixed
17+
18+
- Fixed mc.getPlayerScore [#273]
19+
- Fixed network.httpGet [#269]
20+
1021
## [0.10.7] - 2025-05-20
1122

1223
### Fixed
@@ -848,8 +859,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
848859
[#258]: https://github.com/LiteLDev/LegacyScriptEngine/issues/258
849860
[#261]: https://github.com/LiteLDev/LegacyScriptEngine/issues/261
850861
[#264]: https://github.com/LiteLDev/LegacyScriptEngine/issues/264
862+
[#269]: https://github.com/LiteLDev/LegacyScriptEngine/issues/269
863+
[#273]: https://github.com/LiteLDev/LegacyScriptEngine/issues/273
851864

852-
[Unreleased]: https://github.com/LiteLDev/LegacyScriptEngine/compare/v0.10.7...HEAD
865+
[Unreleased]: https://github.com/LiteLDev/LegacyScriptEngine/compare/v0.10.8...HEAD
866+
[0.10.8]: https://github.com/LiteLDev/LegacyScriptEngine/compare/v0.10.7...v0.10.8
853867
[0.10.7]: https://github.com/LiteLDev/LegacyScriptEngine/compare/v0.10.6...v0.10.7
854868
[0.10.6]: https://github.com/LiteLDev/LegacyScriptEngine/compare/v0.10.5...v0.10.6
855869
[0.10.5]: https://github.com/LiteLDev/LegacyScriptEngine/compare/v0.10.4...v0.10.5

tooth.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"format_version": 3,
33
"format_uuid": "289f771f-2c9a-4d73-9f3f-8492495a924d",
44
"tooth": "github.com/LiteLDev/LegacyScriptEngine",
5-
"version": "0.10.7",
5+
"version": "0.10.8",
66
"info": {
77
"name": "LegacyScriptEngine",
88
"description": "A plugin engine for running LLSE plugins on LeviLamina",

xmake.lua

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +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 c59145f8bd574cfd181343590a56f0b30462764c", {configs = {target_type = "server"}})
7-
add_requireconfs("levilamina.bedrockdata", {override = true, version = "1.21.60.10-server"})
6+
add_requires("levilamina 1.1.2", {configs = {target_type = "server"}})
87
else
9-
add_requires("levilamina c59145f8bd574cfd181343590a56f0b30462764c", {configs = {target_type = "client"}})
8+
add_requires("levilamina 1.1.2", {configs = {target_type = "client"}})
109
end
1110

1211
add_requires("levibuildscript")

0 commit comments

Comments
 (0)