From e4024db6978130b6c00f6c751f7975be8db82327 Mon Sep 17 00:00:00 2001 From: n15421 <119112174+n15421@users.noreply.github.com> Date: Wed, 16 Jul 2025 20:52:30 +0800 Subject: [PATCH] feat: adapt to gmlib 1.4.0 --- manifest.json | 2 +- tooth.json | 8 ++++---- xmake.lua | 8 ++++---- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/manifest.json b/manifest.json index a7c13f3..76a4fb5 100644 --- a/manifest.json +++ b/manifest.json @@ -2,7 +2,7 @@ "name": "${modName}", "entry": "${modFile}", "type": "native", - "version": "0.13.7", + "version": "0.13.8", "author": "GroupMountain", "description": "Clean Entities", "dependencies": [ diff --git a/tooth.json b/tooth.json index 4d36e4a..4296e10 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/Cleaner", - "version": "0.13.7", + "version": "0.13.8", "info": { "name": "Cleaner", "description": "A Powerful Entities Cleaning up Mod for BDS", @@ -18,14 +18,14 @@ "label": "", "platform": "win-x64", "dependencies": { - "github.com/GroupMountain/GMLIB": ">=1.3.0", - "github.com/MiracleForest/iListenAttentively-Release": ">=0.6.0" + "github.com/GroupMountain/GMLIB": ">=1.4.0", + "github.com/MiracleForest/iListenAttentively-Release": ">=0.7.0" }, "assets": [ { "type": "zip", "urls": [ - "https://github.com/GroupMountain/Cleaner/releases/download/v0.13.7/Cleaner-windows-x64.zip" + "https://github.com/GroupMountain/Cleaner/releases/download/v0.13.8/Cleaner-windows-x64.zip" ], "placements": [ { diff --git a/xmake.lua b/xmake.lua index 2841aa7..a10c954 100644 --- a/xmake.lua +++ b/xmake.lua @@ -9,10 +9,10 @@ if not has_config("vs_runtime") then end -- Option 1: Use the latest version of LeviLamina released on GitHub. -add_requires("levilamina 1.3.2") -add_requires("levibuildscript 0.4.1") -add_requires("gmlib 1.3.0") -add_requires("ilistenattentively 0.6.0") +add_requires("levilamina 1.4.1") +add_requires("levibuildscript") +add_requires("gmlib 1.4.0") +add_requires("ilistenattentively 0.7.0") target("Cleaner") -- Change this to your mod name. add_cxflags(