Skip to content

Commit c554f25

Browse files
committed
chore: support LeviLamina 1.4.0
1 parent 8ab38a2 commit c554f25

File tree

3 files changed

+9
-4
lines changed

3 files changed

+9
-4
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/)
66
and this project adheres to [Semantic Versioning](https://semver.org/).
77

8+
## [0.13.0] - 2025-07-15
9+
10+
- Support LeviLamina 1.4.0
11+
812
## [0.12.0] - 2025-06-11
913

1014
- Support LeviLamina 1.3.0
@@ -41,6 +45,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/).
4145

4246
- Support LeviLamina 1.0.0-rc.3
4347

48+
[0.13.0]: https://github.com/LiteLDev/LegacyRemoteCall/compare/v0.12.0...v0.13.0
4449
[0.12.0]: https://github.com/LiteLDev/LegacyRemoteCall/compare/v0.11.2...v0.12.0
4550
[0.11.2]: https://github.com/LiteLDev/LegacyRemoteCall/compare/v0.11.1...v0.11.2
4651
[0.11.1]: https://github.com/LiteLDev/LegacyRemoteCall/compare/v0.11.0...v0.11.1

tooth.json

Lines changed: 2 additions & 2 deletions
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/LegacyRemoteCall",
5-
"version": "0.12.0",
5+
"version": "0.13.0",
66
"info": {
77
"name": "LegacyRemoteCall",
88
"description": "A part of LegacyScriptEngine",
@@ -18,7 +18,7 @@
1818
{
1919
"platform": "win-x64",
2020
"dependencies": {
21-
"github.com/LiteLDev/LeviLamina": "1.3.*"
21+
"github.com/LiteLDev/LeviLamina": "1.4.*"
2222
},
2323
"assets": [
2424
{

xmake.lua

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@ add_rules("mode.debug", "mode.release")
33
add_repositories("liteldev-repo https://github.com/LiteLDev/xmake-repo.git")
44

55
if is_config("target_type", "server") then
6-
add_requires("levilamina 1.3.0", {configs = {target_type = "server"}})
6+
add_requires("levilamina bbdb7c536c11f8f432cc1578110b9bb0b9cdea08", {configs = {target_type = "server"}})
77
else
8-
add_requires("levilamina 1.3.0", {configs = {target_type = "client"}})
8+
add_requires("levilamina bbdb7c536c11f8f432cc1578110b9bb0b9cdea08", {configs = {target_type = "client"}})
99
end
1010

1111
add_requires("levibuildscript")

0 commit comments

Comments
 (0)