diff --git a/tooth.json b/tooth.json index 1ff6587..e29905a 100644 --- a/tooth.json +++ b/tooth.json @@ -2,7 +2,7 @@ "format_version": 3, "format_uuid": "289f771f-2c9a-4d73-9f3f-8492495a924d", "tooth": "github.com/GroupMountain/GMDebugStick", - "version": "1.0.0", + "version": "1.0.1", "info": { "name": "GMDebugStick", "description": "Register for a debug stick item", @@ -17,8 +17,8 @@ "label": "", "platform": "win-x64", "dependencies": { - "github.com/LiteLDev/LeviLamina": ">=1.1.1", - "github.com/GroupMountain/GMLIB-Release": ">=1.0.1" + "github.com/LiteLDev/LeviLamina": ">=1.2.0", + "github.com/GroupMountain/GMLIB-Release": ">=1.2.*" }, "assets": [ { diff --git a/xmake.lua b/xmake.lua index bf5471c..8fc3c7b 100644 --- a/xmake.lua +++ b/xmake.lua @@ -3,9 +3,9 @@ add_rules("mode.debug", "mode.release") add_repositories("liteldev-repo https://github.com/LiteLDev/xmake-repo.git") add_repositories("groupmountain-repo https://github.com/GroupMountain/xmake-repo.git") -add_requires("levilamina 1.1.1", {configs = {target_type = "server"}}) -add_requires("levibuildscript 0.3.0") -add_requires("gmlib 1.0.1") +add_requires("levilamina 1.2.0", {configs = {target_type = "server"}}) +add_requires("levibuildscript 0.4.0") +add_requires("gmlib 1.2.0-rc.1") if not has_config("vs_runtime") then set_runtimes("MD")