diff --git a/README.md b/README.md index aba8babf2..796170dfd 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,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 joined us here! -### Currently supporting Minecraft Bedrock 1.19 and Minecraft Java 1.19.0. +### Currently supporting Minecraft Bedrock 1.19.0 - 1.19.10 and Minecraft Java 1.19.0. ## Setting Up Take a look [here](https://wiki.geysermc.org/geyser/setup/) for how to set up Geyser. diff --git a/ap/pom.xml b/ap/pom.xml index 0dbb4f504..1be050e51 100644 --- a/ap/pom.xml +++ b/ap/pom.xml @@ -6,9 +6,9 @@ org.geysermc geyser-parent - 2.0.4-SNAPSHOT + 2.0.5-SNAPSHOT ap - 2.0.4-SNAPSHOT + 2.0.5-SNAPSHOT \ No newline at end of file diff --git a/api/base/pom.xml b/api/base/pom.xml index 459d7a87a..ec0c8ac84 100644 --- a/api/base/pom.xml +++ b/api/base/pom.xml @@ -5,7 +5,7 @@ org.geysermc api-parent - 2.0.4-SNAPSHOT + 2.0.5-SNAPSHOT 4.0.0 diff --git a/api/geyser/pom.xml b/api/geyser/pom.xml index 38af895f0..6842929e6 100644 --- a/api/geyser/pom.xml +++ b/api/geyser/pom.xml @@ -5,7 +5,7 @@ org.geysermc api-parent - 2.0.4-SNAPSHOT + 2.0.5-SNAPSHOT 4.0.0 @@ -26,7 +26,7 @@ org.geysermc base-api - 2.0.4-SNAPSHOT + 2.0.5-SNAPSHOT compile diff --git a/api/pom.xml b/api/pom.xml index efc85cc72..50c7cb822 100644 --- a/api/pom.xml +++ b/api/pom.xml @@ -6,7 +6,7 @@ org.geysermc geyser-parent - 2.0.4-SNAPSHOT + 2.0.5-SNAPSHOT api-parent diff --git a/bootstrap/bungeecord/pom.xml b/bootstrap/bungeecord/pom.xml index 3c9f7904e..cd96fe6d0 100644 --- a/bootstrap/bungeecord/pom.xml +++ b/bootstrap/bungeecord/pom.xml @@ -6,7 +6,7 @@ org.geysermc bootstrap-parent - 2.0.4-SNAPSHOT + 2.0.5-SNAPSHOT bootstrap-bungeecord @@ -14,7 +14,7 @@ org.geysermc core - 2.0.4-SNAPSHOT + 2.0.5-SNAPSHOT compile diff --git a/bootstrap/pom.xml b/bootstrap/pom.xml index b47e95644..99e77f5af 100644 --- a/bootstrap/pom.xml +++ b/bootstrap/pom.xml @@ -6,7 +6,7 @@ org.geysermc geyser-parent - 2.0.4-SNAPSHOT + 2.0.5-SNAPSHOT bootstrap-parent pom @@ -34,7 +34,7 @@ org.geysermc ap - 2.0.4-SNAPSHOT + 2.0.5-SNAPSHOT provided diff --git a/bootstrap/spigot/pom.xml b/bootstrap/spigot/pom.xml index 0101e11ae..dffe9f578 100644 --- a/bootstrap/spigot/pom.xml +++ b/bootstrap/spigot/pom.xml @@ -6,7 +6,7 @@ org.geysermc bootstrap-parent - 2.0.4-SNAPSHOT + 2.0.5-SNAPSHOT bootstrap-spigot @@ -30,7 +30,7 @@ org.geysermc core - 2.0.4-SNAPSHOT + 2.0.5-SNAPSHOT compile diff --git a/bootstrap/sponge/pom.xml b/bootstrap/sponge/pom.xml index e70d2d825..e0ea5c97d 100644 --- a/bootstrap/sponge/pom.xml +++ b/bootstrap/sponge/pom.xml @@ -6,7 +6,7 @@ org.geysermc bootstrap-parent - 2.0.4-SNAPSHOT + 2.0.5-SNAPSHOT bootstrap-sponge @@ -14,7 +14,7 @@ org.geysermc core - 2.0.4-SNAPSHOT + 2.0.5-SNAPSHOT compile diff --git a/bootstrap/standalone/pom.xml b/bootstrap/standalone/pom.xml index 514b80799..aca72d28c 100644 --- a/bootstrap/standalone/pom.xml +++ b/bootstrap/standalone/pom.xml @@ -6,7 +6,7 @@ org.geysermc bootstrap-parent - 2.0.4-SNAPSHOT + 2.0.5-SNAPSHOT bootstrap-standalone @@ -18,7 +18,7 @@ org.geysermc core - 2.0.4-SNAPSHOT + 2.0.5-SNAPSHOT compile diff --git a/bootstrap/velocity/pom.xml b/bootstrap/velocity/pom.xml index fa05bb2c1..62b155c97 100644 --- a/bootstrap/velocity/pom.xml +++ b/bootstrap/velocity/pom.xml @@ -6,7 +6,7 @@ org.geysermc bootstrap-parent - 2.0.4-SNAPSHOT + 2.0.5-SNAPSHOT bootstrap-velocity @@ -14,7 +14,7 @@ org.geysermc core - 2.0.4-SNAPSHOT + 2.0.5-SNAPSHOT compile diff --git a/common/pom.xml b/common/pom.xml index 65b6ef7ce..f25943535 100644 --- a/common/pom.xml +++ b/common/pom.xml @@ -6,7 +6,7 @@ org.geysermc geyser-parent - 2.0.4-SNAPSHOT + 2.0.5-SNAPSHOT common diff --git a/core/pom.xml b/core/pom.xml index e264531a9..c3fca5fc8 100644 --- a/core/pom.xml +++ b/core/pom.xml @@ -6,7 +6,7 @@ org.geysermc geyser-parent - 2.0.4-SNAPSHOT + 2.0.5-SNAPSHOT core @@ -29,19 +29,19 @@ org.geysermc ap - 2.0.4-SNAPSHOT + 2.0.5-SNAPSHOT provided org.geysermc geyser-api - 2.0.4-SNAPSHOT + 2.0.5-SNAPSHOT compile org.geysermc common - 2.0.4-SNAPSHOT + 2.0.5-SNAPSHOT compile diff --git a/pom.xml b/pom.xml index a9370a3c0..70924b7a0 100644 --- a/pom.xml +++ b/pom.xml @@ -5,7 +5,7 @@ 4.0.0 org.geysermc geyser-parent - 2.0.4-SNAPSHOT + 2.0.5-SNAPSHOT pom Geyser Allows for players from Minecraft Bedrock Edition to join Minecraft Java Edition servers.