diff --git a/manifest.json b/manifest.json index 85baaca..d5f3f73 100644 --- a/manifest.json +++ b/manifest.json @@ -2,7 +2,7 @@ "name": "${modName}", "entry": "${modFile}", "type": "native", - "version": "0.15.1", + "version": "0.16.1", "author": "GroupMountain", "description": "Clean Entities", "dependencies": [ diff --git a/tooth.json b/tooth.json index f7d5dd1..165a0d4 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.16.0", + "version": "0.16.1", "info": { "name": "Cleaner", "description": "A Powerful Entities Cleaning up Mod for BDS", diff --git a/xmake.lua b/xmake.lua index f305e06..ff6483c 100644 --- a/xmake.lua +++ b/xmake.lua @@ -11,7 +11,7 @@ end -- Option 1: Use the latest version of LeviLamina released on GitHub. add_requires("levilamina 1.9.5", {configs = {target_type = "server"}}) add_requires("levibuildscript 0.6.0") -add_requires("gmlib 1.9.0") +add_requires("gmlib 1.9.1") add_requires("ilistenattentively 0.11.0") target("Cleaner") -- Change this to your mod name.