Skip to content

Commit f90e451

Browse files
authored
Merge pull request #6 from yangyangzhong82/main
chore: update ll 1.3.2 BDS 1.21.80
2 parents 7f0fa83 + f831e0c commit f90e451

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
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.12",
7+
"version": "0.13.14",
88
"dependencies": [
99
{
1010
"name": "GMLIB"

tooth.json

Lines changed: 3 additions & 3 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.13",
4+
"version": "0.13.14",
55
"info": {
66
"name": "GMSidebar",
77
"description": "High Performance Sidebar Mod",
@@ -15,8 +15,8 @@
1515
},
1616
"asset_url": "https://github.com/GroupMountain/GMSidebar/releases/download/v0.13.13/GMSidebar-windows-x64.zip",
1717
"dependencies": {
18-
"github.com/LiteLDev/LeviLamina": ">=1.1.1",
19-
"github.com/GroupMountain/GMLIB": ">= 1.0.2"
18+
"github.com/LiteLDev/LeviLamina": ">=1.3.0",
19+
"github.com/GroupMountain/GMLIB": ">= 1.3.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.1.1", {configs = {target_type = "server"}})
11+
add_requires("levilamina 1.3.1", {configs = {target_type = "server"}})
1212
add_requires("levibuildscript")
13-
add_requires("gmlib 1.0.2")
13+
add_requires("gmlib 1.3.0")
1414

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

0 commit comments

Comments
 (0)