From b2b82141f4e6cfd9bd6b1cafb8759615ad653441 Mon Sep 17 00:00:00 2001 From: Tsubasa6848 <116721335+Tsubasa6848@users.noreply.github.com> Date: Mon, 15 Apr 2024 17:09:15 +0800 Subject: [PATCH] chore: update version --- manifest.json | 2 +- tooth.json | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/manifest.json b/manifest.json index 65b4885..3c093c0 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "name": "${pluginName}", "entry": "${pluginFile}", - "version": "0.10.1", + "version": "0.11.0", "author": "GroupMountain", "description": "Check Player's Inventory", "type": "native", diff --git a/tooth.json b/tooth.json index a45e2ec..8817d86 100644 --- a/tooth.json +++ b/tooth.json @@ -1,7 +1,7 @@ { "format_version": 2, "tooth": "github.com/GroupMountain/InventoryCheck", - "version": "0.10.1", + "version": "0.11.0", "info": { "name": "InventoryCheck", "description": "Check Player's Inventory", @@ -14,7 +14,7 @@ "gmlib" ] }, - "asset_url": "https://github.com/GroupMountain/InventoryCheck/releases/download/v0.10.1/InventoryCheck-windows-x64.zip", + "asset_url": "https://github.com/GroupMountain/InventoryCheck/releases/download/v0.11.0/InventoryCheck-windows-x64.zip", "dependencies": { "github.com/GroupMountain/GMLIB": ">=0.10.0" },