diff --git a/README.md b/README.md
index 6317c93..f02f017 100644
--- a/README.md
+++ b/README.md
@@ -55,7 +55,7 @@ Lightweight Inventory API for Bukkit(Paper/Folia/Spigot) plugins, with 1.8.8 to
com.huanmeng-qwq
Bukkit-Gui
- 2.2.1
+ 2.2.2
@@ -63,7 +63,7 @@ Lightweight Inventory API for Bukkit(Paper/Folia/Spigot) plugins, with 1.8.8 to
com.huanmeng-qwq
Bukkit-Gui-kotlin-dsl
- 2.2.1
+ 2.2.2
```
@@ -81,9 +81,9 @@ repositories {
}
dependencies {
- implementation 'com.huanmeng-qwq:Bukkit-Gui:2.2.1'
+ implementation 'com.huanmeng-qwq:Bukkit-Gui:2.2.2'
// Kotlin DSL
- implementation 'com.huanmeng-qwq:Bukkit-Gui-kotlin-dsl:2.2.1'
+ implementation 'com.huanmeng-qwq:Bukkit-Gui-kotlin-dsl:2.2.2'
}
shadowJar {
diff --git a/core/pom.xml b/core/pom.xml
index 9b32074..2d6ec56 100644
--- a/core/pom.xml
+++ b/core/pom.xml
@@ -6,7 +6,7 @@
com.huanmeng-qwq
Bukkit-Gui-pom
- 2.2.1
+ 2.2.2
Bukkit-Gui
diff --git a/core/src/main/java/me/huanmeng/opensource/bukkit/gui/GuiManager.java b/core/src/main/java/me/huanmeng/opensource/bukkit/gui/GuiManager.java
index 3f296fd..34d4f76 100644
--- a/core/src/main/java/me/huanmeng/opensource/bukkit/gui/GuiManager.java
+++ b/core/src/main/java/me/huanmeng/opensource/bukkit/gui/GuiManager.java
@@ -75,7 +75,7 @@ public GuiManager(@NonNull JavaPlugin plugin, boolean registerListener) {
this.plugin = plugin;
this.audiences = BukkitAudiences.create(plugin);
if (!Boolean.getBoolean("gui.disable-bStats")) {
- metrics = new Metrics(plugin, 18670, "2.2.1");
+ metrics = new Metrics(plugin, 18670, "2.2.2");
}
if (registerListener) {
Bukkit.getPluginManager().registerEvents(new BukkitEventListener(this), plugin);
diff --git a/kotlin-dsl/pom.xml b/kotlin-dsl/pom.xml
index 3ee72d1..3fc3dc6 100644
--- a/kotlin-dsl/pom.xml
+++ b/kotlin-dsl/pom.xml
@@ -6,7 +6,7 @@
com.huanmeng-qwq
Bukkit-Gui-pom
- 2.2.1
+ 2.2.2
Bukkit-Gui-kotlin-dsl
diff --git a/pom.xml b/pom.xml
index df5692b..7651eab 100644
--- a/pom.xml
+++ b/pom.xml
@@ -21,7 +21,7 @@
Bukkit-Gui-pom
com.huanmeng-qwq
- 2.2.1
+ 2.2.2
Gui
https://github.com/huanmeng-qwq/Gui