diff --git a/README.md b/README.md
index 1f456225..64ff2252 100644
--- a/README.md
+++ b/README.md
@@ -18,7 +18,7 @@ The ultimate goal of this project is to allow Minecraft: Bedrock Edition users t
Special thanks to the DragonProxy project for being a trailblazer in protocol translation and for all the team members who have now joined us here!
-### Currently supporting Minecraft Bedrock v1.16.0/1 and Minecraft Java v1.16.1.
+### Currently supporting Minecraft Bedrock v1.16.x and Minecraft Java v1.16.2.
## Setting Up
Take a look [here](https://github.com/GeyserMC/Geyser/wiki#Setup) for how to set up Geyser.
diff --git a/bootstrap/bungeecord/pom.xml b/bootstrap/bungeecord/pom.xml
index 565264f0..8497b968 100644
--- a/bootstrap/bungeecord/pom.xml
+++ b/bootstrap/bungeecord/pom.xml
@@ -6,7 +6,7 @@
org.geysermc
bootstrap-parent
- 1.0.0
+ 1.1.0
../
bootstrap-bungeecord
@@ -14,7 +14,7 @@
org.geysermc
connector
- 1.0.0
+ 1.1.0
compile
diff --git a/bootstrap/pom.xml b/bootstrap/pom.xml
index 85ede346..d9bac67d 100644
--- a/bootstrap/pom.xml
+++ b/bootstrap/pom.xml
@@ -10,7 +10,7 @@
../
bootstrap-parent
- 1.0.0
+ 1.1.0
pom
diff --git a/bootstrap/spigot/pom.xml b/bootstrap/spigot/pom.xml
index ca9958d0..422b2769 100644
--- a/bootstrap/spigot/pom.xml
+++ b/bootstrap/spigot/pom.xml
@@ -6,7 +6,7 @@
org.geysermc
bootstrap-parent
- 1.0.0
+ 1.1.0
../
bootstrap-spigot
@@ -14,7 +14,7 @@
org.geysermc
connector
- 1.0.0
+ 1.1.0
compile
diff --git a/bootstrap/sponge/pom.xml b/bootstrap/sponge/pom.xml
index cca3fcaa..f3c89808 100644
--- a/bootstrap/sponge/pom.xml
+++ b/bootstrap/sponge/pom.xml
@@ -6,7 +6,7 @@
org.geysermc
bootstrap-parent
- 1.0.0
+ 1.1.0
../
bootstrap-sponge
@@ -14,7 +14,7 @@
org.geysermc
connector
- 1.0.0
+ 1.1.0
compile
diff --git a/bootstrap/standalone/pom.xml b/bootstrap/standalone/pom.xml
index 468042b8..07458f73 100644
--- a/bootstrap/standalone/pom.xml
+++ b/bootstrap/standalone/pom.xml
@@ -6,7 +6,7 @@
org.geysermc
bootstrap-parent
- 1.0.0
+ 1.1.0
../
bootstrap-standalone
@@ -14,7 +14,7 @@
org.geysermc
connector
- 1.0.0
+ 1.1.0
compile
diff --git a/bootstrap/velocity/pom.xml b/bootstrap/velocity/pom.xml
index 7c42ba33..b08e5cbc 100644
--- a/bootstrap/velocity/pom.xml
+++ b/bootstrap/velocity/pom.xml
@@ -6,7 +6,7 @@
org.geysermc
bootstrap-parent
- 1.0.0
+ 1.1.0
../
bootstrap-velocity
@@ -14,7 +14,7 @@
org.geysermc
connector
- 1.0.0
+ 1.1.0
compile
diff --git a/common/pom.xml b/common/pom.xml
index 0df8ef4b..85dde12c 100644
--- a/common/pom.xml
+++ b/common/pom.xml
@@ -10,7 +10,7 @@
../
common
- 1.0.0
+ 1.1.0
com.google.code.gson
diff --git a/connector/pom.xml b/connector/pom.xml
index 711e74bb..ff5bc617 100644
--- a/connector/pom.xml
+++ b/connector/pom.xml
@@ -10,12 +10,12 @@
../
connector
- 1.0.0
+ 1.1.0
org.geysermc
common
- 1.0.0
+ 1.1.0
compile