diff --git a/README.md b/README.md index 10040cd1..2751fe51 100644 --- a/README.md +++ b/README.md @@ -15,14 +15,11 @@ Supported Versions Releases / Dev Builds - -**Requires [ViaVersion](https://www.spigotmc.org/resources/viaversion.19254/) to be installed** - -You can find the latest dev builds here:\ -**Jenkins:** https://ci.viaversion.com/view/ViaBackwards/ +**Requires [ViaVersion](https://hangar.papermc.io/ViaVersion/ViaVersion) to be installed** -**Spigot page:** https://www.spigotmc.org/resources/viabackwards.27448/ +**Dev builds:** https://ci.viaversion.com/view/ViaBackwards/ -**CurseForge page:** https://www.curseforge.com/minecraft/mc-mods/viabackwards +**Hangar page:** https://hangar.papermc.io/ViaVersion/ViaBackwards Known issues - diff --git a/build.gradle.kts b/build.gradle.kts index 5ec3fdf2..cbaa57f4 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -5,7 +5,7 @@ plugins { allprojects { group = "com.viaversion" - version = "4.7.0" + version = "4.7.1-SNAPSHOT" description = "Allow older clients to join newer server versions." } diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index f9ed98b6..13ac2dda 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -3,7 +3,7 @@ metadata.format.version = "1.1" [versions] # ViaVersion -viaver = "4.7.0-1.20-rc1-SNAPSHOT" +viaver = "4.7.0" # Common provided netty = "4.0.20.Final"