diff --git a/ap/pom.xml b/ap/pom.xml
index 1be050e51..90bb1dc73 100644
--- a/ap/pom.xml
+++ b/ap/pom.xml
@@ -6,9 +6,9 @@
org.geysermc
geyser-parent
- 2.0.5-SNAPSHOT
+ 2.0.6-SNAPSHOT
ap
- 2.0.5-SNAPSHOT
+ 2.0.6-SNAPSHOT
\ No newline at end of file
diff --git a/api/base/pom.xml b/api/base/pom.xml
index ec0c8ac84..0eeb536ea 100644
--- a/api/base/pom.xml
+++ b/api/base/pom.xml
@@ -5,7 +5,7 @@
org.geysermc
api-parent
- 2.0.5-SNAPSHOT
+ 2.0.6-SNAPSHOT
4.0.0
diff --git a/api/geyser/pom.xml b/api/geyser/pom.xml
index 6842929e6..0071668bf 100644
--- a/api/geyser/pom.xml
+++ b/api/geyser/pom.xml
@@ -5,7 +5,7 @@
org.geysermc
api-parent
- 2.0.5-SNAPSHOT
+ 2.0.6-SNAPSHOT
4.0.0
@@ -26,7 +26,7 @@
org.geysermc
base-api
- 2.0.5-SNAPSHOT
+ 2.0.6-SNAPSHOT
compile
diff --git a/api/pom.xml b/api/pom.xml
index 50c7cb822..9b4816954 100644
--- a/api/pom.xml
+++ b/api/pom.xml
@@ -6,7 +6,7 @@
org.geysermc
geyser-parent
- 2.0.5-SNAPSHOT
+ 2.0.6-SNAPSHOT
api-parent
diff --git a/bootstrap/bungeecord/pom.xml b/bootstrap/bungeecord/pom.xml
index cd96fe6d0..4ec01539f 100644
--- a/bootstrap/bungeecord/pom.xml
+++ b/bootstrap/bungeecord/pom.xml
@@ -6,7 +6,7 @@
org.geysermc
bootstrap-parent
- 2.0.5-SNAPSHOT
+ 2.0.6-SNAPSHOT
bootstrap-bungeecord
@@ -14,7 +14,7 @@
org.geysermc
core
- 2.0.5-SNAPSHOT
+ 2.0.6-SNAPSHOT
compile
diff --git a/bootstrap/pom.xml b/bootstrap/pom.xml
index 99e77f5af..0da863811 100644
--- a/bootstrap/pom.xml
+++ b/bootstrap/pom.xml
@@ -6,7 +6,7 @@
org.geysermc
geyser-parent
- 2.0.5-SNAPSHOT
+ 2.0.6-SNAPSHOT
bootstrap-parent
pom
@@ -34,7 +34,7 @@
org.geysermc
ap
- 2.0.5-SNAPSHOT
+ 2.0.6-SNAPSHOT
provided
diff --git a/bootstrap/spigot/pom.xml b/bootstrap/spigot/pom.xml
index dffe9f578..25bcb23f9 100644
--- a/bootstrap/spigot/pom.xml
+++ b/bootstrap/spigot/pom.xml
@@ -6,7 +6,7 @@
org.geysermc
bootstrap-parent
- 2.0.5-SNAPSHOT
+ 2.0.6-SNAPSHOT
bootstrap-spigot
@@ -30,7 +30,7 @@
org.geysermc
core
- 2.0.5-SNAPSHOT
+ 2.0.6-SNAPSHOT
compile
diff --git a/bootstrap/sponge/pom.xml b/bootstrap/sponge/pom.xml
index e0ea5c97d..25f709ec4 100644
--- a/bootstrap/sponge/pom.xml
+++ b/bootstrap/sponge/pom.xml
@@ -6,7 +6,7 @@
org.geysermc
bootstrap-parent
- 2.0.5-SNAPSHOT
+ 2.0.6-SNAPSHOT
bootstrap-sponge
@@ -14,7 +14,7 @@
org.geysermc
core
- 2.0.5-SNAPSHOT
+ 2.0.6-SNAPSHOT
compile
diff --git a/bootstrap/standalone/pom.xml b/bootstrap/standalone/pom.xml
index aca72d28c..5d27c8a2a 100644
--- a/bootstrap/standalone/pom.xml
+++ b/bootstrap/standalone/pom.xml
@@ -6,7 +6,7 @@
org.geysermc
bootstrap-parent
- 2.0.5-SNAPSHOT
+ 2.0.6-SNAPSHOT
bootstrap-standalone
@@ -18,7 +18,7 @@
org.geysermc
core
- 2.0.5-SNAPSHOT
+ 2.0.6-SNAPSHOT
compile
diff --git a/bootstrap/velocity/pom.xml b/bootstrap/velocity/pom.xml
index 62b155c97..0c530b21e 100644
--- a/bootstrap/velocity/pom.xml
+++ b/bootstrap/velocity/pom.xml
@@ -6,7 +6,7 @@
org.geysermc
bootstrap-parent
- 2.0.5-SNAPSHOT
+ 2.0.6-SNAPSHOT
bootstrap-velocity
@@ -14,7 +14,7 @@
org.geysermc
core
- 2.0.5-SNAPSHOT
+ 2.0.6-SNAPSHOT
compile
diff --git a/common/pom.xml b/common/pom.xml
index f25943535..5326ca014 100644
--- a/common/pom.xml
+++ b/common/pom.xml
@@ -6,7 +6,7 @@
org.geysermc
geyser-parent
- 2.0.5-SNAPSHOT
+ 2.0.6-SNAPSHOT
common
diff --git a/core/pom.xml b/core/pom.xml
index cd38a0dfc..b9cc75233 100644
--- a/core/pom.xml
+++ b/core/pom.xml
@@ -6,7 +6,7 @@
org.geysermc
geyser-parent
- 2.0.5-SNAPSHOT
+ 2.0.6-SNAPSHOT
core
@@ -29,19 +29,19 @@
org.geysermc
ap
- 2.0.5-SNAPSHOT
+ 2.0.6-SNAPSHOT
provided
org.geysermc
geyser-api
- 2.0.5-SNAPSHOT
+ 2.0.6-SNAPSHOT
compile
org.geysermc
common
- 2.0.5-SNAPSHOT
+ 2.0.6-SNAPSHOT
compile
@@ -161,9 +161,9 @@
compile
- com.github.steveice10
- mcprotocollib
- 1.19.1-SNAPSHOT
+ com.github.GeyserMC
+ MCProtocolLib
+ 54e6f9e
compile
diff --git a/pom.xml b/pom.xml
index 70924b7a0..1d99d93e0 100644
--- a/pom.xml
+++ b/pom.xml
@@ -5,7 +5,7 @@
4.0.0
org.geysermc
geyser-parent
- 2.0.5-SNAPSHOT
+ 2.0.6-SNAPSHOT
pom
Geyser
Allows for players from Minecraft Bedrock Edition to join Minecraft Java Edition servers.