Skip to content

Commit

Permalink
Update resource pack version to 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tedo0627 committed Sep 25, 2023
1 parent 4663f57 commit 9075525
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tedo0627/inventoryui/InventoryUI.php
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 9075525

Please sign in to comment.