From e1743b41eb0beb20e82af5e0fb446029f61054ab Mon Sep 17 00:00:00 2001 From: Tsubasa6848 <116721335+Tsubasa6848@users.noreply.github.com> Date: Mon, 15 Apr 2024 17:54:42 +0800 Subject: [PATCH] adapt: adapt LeviLamina v0.11.1 --- SDK-GMLIB | 2 +- manifest.json | 2 +- tooth.json | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/SDK-GMLIB b/SDK-GMLIB index ae86cc4..cecc827 160000 --- a/SDK-GMLIB +++ b/SDK-GMLIB @@ -1 +1 @@ -Subproject commit ae86cc4327234e269b9be480148d9d6fe495b6fe +Subproject commit cecc827900f147de4c7aed916aeb4bca31b0682c diff --git a/manifest.json b/manifest.json index abe1b30..fcc5c43 100644 --- a/manifest.json +++ b/manifest.json @@ -2,7 +2,7 @@ "name": "${pluginName}", "entry": "${pluginFile}", "type": "native", - "version": "0.10.2", + "version": "0.11.0", "author": "GroupMountain", "description": "Clean Entities", "dependencies": [ diff --git a/tooth.json b/tooth.json index 63c5653..357eada 100644 --- a/tooth.json +++ b/tooth.json @@ -1,7 +1,7 @@ { "format_version": 2, "tooth": "github.com/GroupMountain/Cleaner", - "version": "0.10.2", + "version": "0.11.0", "info": { "name": "Cleaner", "description": "A Powerful Entities Cleaning up Plugin for BDS", @@ -13,7 +13,7 @@ "gmlib" ] }, - "asset_url": "https://github.com/GroupMountain/Cleaner/releases/download/v0.10.2/Cleaner-windows-x64.zip", + "asset_url": "https://github.com/GroupMountain/Cleaner/releases/download/v0.11.0/Cleaner-windows-x64.zip", "dependencies": { "github.com/GroupMountain/GMLIB": ">=0.10.0" },