diff --git a/README.md b/README.md
index fa21ade..b08dc03 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.1.4
+ 2.1.5
@@ -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.1.4
+ 2.1.5
```
@@ -81,9 +81,9 @@ repositories {
}
dependencies {
- implementation 'com.huanmeng-qwq:Bukkit-Gui:2.1.4'
+ implementation 'com.huanmeng-qwq:Bukkit-Gui:2.1.5'
// Kotlin DSL
- implementation 'com.huanmeng-qwq:Bukkit-Gui-kotlin-dsl:2.1.4'
+ implementation 'com.huanmeng-qwq:Bukkit-Gui-kotlin-dsl:2.1.5'
}
shadowJar {
diff --git a/core/pom.xml b/core/pom.xml
index 53753fb..9a271cb 100644
--- a/core/pom.xml
+++ b/core/pom.xml
@@ -6,7 +6,7 @@
com.huanmeng-qwq
Bukkit-Gui-pom
- 2.1.4
+ 2.1.5
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 e19187c..282bd23 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
@@ -66,7 +66,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.1.4");
+ metrics = new Metrics(plugin, 18670, "2.1.5");
}
Schedulers.setSync(new SchedulerSync());
Schedulers.setAsync(new SchedulerAsync());
diff --git a/kotlin-dsl/pom.xml b/kotlin-dsl/pom.xml
index c22ac25..be420e2 100644
--- a/kotlin-dsl/pom.xml
+++ b/kotlin-dsl/pom.xml
@@ -6,7 +6,7 @@
com.huanmeng-qwq
Bukkit-Gui-pom
- 2.1.4
+ 2.1.5
Bukkit-Gui-kotlin-dsl
diff --git a/pom.xml b/pom.xml
index efee02b..b523546 100644
--- a/pom.xml
+++ b/pom.xml
@@ -21,7 +21,7 @@
Bukkit-Gui-pom
com.huanmeng-qwq
- 2.1.4
+ 2.1.5
Gui
https://github.com/huanmeng-qwq/Gui