From 9075525a735de23efefd209cf51f36213bcc9982 Mon Sep 17 00:00:00 2001 From: tedo0627 <24734045+tedo0627@users.noreply.github.com> Date: Tue, 26 Sep 2023 04:29:29 +0900 Subject: [PATCH] Update resource pack version to 1.1.0 --- src/tedo0627/inventoryui/InventoryUI.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/tedo0627/inventoryui/InventoryUI.php b/src/tedo0627/inventoryui/InventoryUI.php index 7752348..12f8f98 100644 --- a/src/tedo0627/inventoryui/InventoryUI.php +++ b/src/tedo0627/inventoryui/InventoryUI.php @@ -12,7 +12,7 @@ class InventoryUI { private static bool $setup = false; private const uuid = "21f0427f-572a-416d-a90e-c5d9becb0fa3"; - private const version = "1.0.0"; + private const version = "1.1.0"; public static function setup(PluginBase $plugin): void { if (self::$setup) return;