diff --git a/Minepacks/pom.xml b/Minepacks/pom.xml
index 6026d1e8..f1d08323 100644
--- a/Minepacks/pom.xml
+++ b/Minepacks/pom.xml
@@ -46,7 +46,7 @@
at.pcgamingfreaks
PluginLib
- 1.0.37-SNAPSHOT
+ 1.0.38-SNAPSHOT
diff --git a/Minepacks/src/at/pcgamingfreaks/Minepacks/Bukkit/Minepacks.java b/Minepacks/src/at/pcgamingfreaks/Minepacks/Bukkit/Minepacks.java
index 7ced67dd..26b555bf 100644
--- a/Minepacks/src/at/pcgamingfreaks/Minepacks/Bukkit/Minepacks.java
+++ b/Minepacks/src/at/pcgamingfreaks/Minepacks/Bukkit/Minepacks.java
@@ -117,7 +117,7 @@ public void onEnable()
private boolean checkMcVersion()
{
- if(MCVersion.is(MCVersion.UNKNOWN) || !MCVersion.isUUIDsSupportAvailable() || MCVersion.isNewerThan(MCVersion.MC_NMS_1_19_R1))
+ if(MCVersion.is(MCVersion.UNKNOWN) || !MCVersion.isUUIDsSupportAvailable() || MCVersion.isNewerThan(MCVersion.MC_NMS_1_19_R2))
{
this.warnOnVersionIncompatibility();
this.setEnabled(false);
diff --git a/pom.xml b/pom.xml
index 1ed5114f..c0e0cf9b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -7,7 +7,7 @@
pom
- 2.4.8
+ 2.4.9
UTF-8
UTF-8
@@ -56,7 +56,7 @@
org.jetbrains
annotations
- 22.0.0
+ 23.0.0