Skip to content

Commit 27eef5a

Browse files
committed
feat: adapt to gmlib 1.4.0
1 parent 77ac25d commit 27eef5a

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"type": "native",
55
"author": "author",
66
"description": "description",
7-
"version": "0.13.14",
7+
"version": "0.13.15",
88
"dependencies": [
99
{
1010
"name": "GMLIB"

src/Entry.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,4 +37,4 @@ class Entry {
3737

3838
} // namespace gmsidebar
3939

40-
LANGI18N_LITERALS(gmsidebar::Entry::getInstance().getI18n())
40+
GMLIB_LANGI18N_LITERALS(gmsidebar::Entry::getInstance().getI18n())

tooth.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"format_version": 2,
33
"tooth": "github.com/GroupMountain/GMSidebar",
4-
"version": "0.13.14",
4+
"version": "0.13.15",
55
"info": {
66
"name": "GMSidebar",
77
"description": "High Performance Sidebar Mod",
@@ -13,10 +13,10 @@
1313
"gmlib"
1414
]
1515
},
16-
"asset_url": "https://github.com/GroupMountain/GMSidebar/releases/download/v0.13.13/GMSidebar-windows-x64.zip",
16+
"asset_url": "https://github.com/GroupMountain/GMSidebar/releases/download/v0.13.15/GMSidebar-windows-x64.zip",
1717
"dependencies": {
18-
"github.com/LiteLDev/LeviLamina": ">=1.3.0",
19-
"github.com/GroupMountain/GMLIB": ">= 1.3.0"
18+
"github.com/LiteLDev/LeviLamina": ">=1.4.0",
19+
"github.com/GroupMountain/GMLIB": ">= 1.4.0"
2020
},
2121
"files": {
2222
"place": [

xmake.lua

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@ if not has_config("vs_runtime") then
88
end
99

1010
-- Option 1: Use the latest version of LeviLamina released on GitHub.
11-
add_requires("levilamina 1.3.2", {configs = {target_type = "server"}})
11+
add_requires("levilamina 1.4.1", {configs = {target_type = "server"}})
1212
add_requires("levibuildscript")
13-
add_requires("gmlib 1.3.0")
13+
add_requires("gmlib 1.4.0")
1414

1515
target("GMSidebar") -- Change this to your mod name.
1616
add_cxflags(

0 commit comments

Comments
 (0)