From f9db7953c1f5c4d6fd6d91a01f0dfeca073de00e Mon Sep 17 00:00:00 2001 From: RoblKyogre <42159204+RoblKyogre@users.noreply.github.com> Date: Sat, 17 Jun 2023 13:32:42 -0700 Subject: [PATCH] Update to support 1.20(.1) (#228) * 1.20 * Add 1.20 as an option * Increment Version numbers * 1.20 and 1.20.1 are compatible with each other --- build.gradle.kts | 10 +++++----- src/main/resources/web/index.html | 1 + 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/build.gradle.kts b/build.gradle.kts index b34cdea..c2f37e2 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -60,14 +60,14 @@ dependencies { implementation(kotlin("stdlib-jdk8")) implementation(kotlin("reflect")) - val vvVer = "4.7.0-1.20-pre6-SNAPSHOT" - val vbVer = "4.7.0-1.20-pre5-SNAPSHOT" - val vrVer = "5f7fdc5" + val vvVer = "4.7.1-SNAPSHOT" + val vbVer = "4.7.1-SNAPSHOT" + val vrVer = "4937bab" implementation("com.viaversion:viaversion:$vvVer") { isTransitive = false } implementation("com.viaversion:viabackwards:$vbVer") { isTransitive = false } implementation("com.github.ViaVersion.ViaRewind:viarewind-all:$vrVer") { isTransitive = false } - implementation("net.raphimc:ViaAprilFools:2.0.7-SNAPSHOT") - implementation("net.raphimc:ViaLegacy:2.2.17-SNAPSHOT") + implementation("net.raphimc:ViaAprilFools:2.0.8-SNAPSHOT") + implementation("net.raphimc:ViaLegacy:2.2.18-SNAPSHOT") val nettyVer = "4.1.91.Final" implementation("io.netty:netty-handler-proxy:$nettyVer") diff --git a/src/main/resources/web/index.html b/src/main/resources/web/index.html index bbf4875..8cec919 100644 --- a/src/main/resources/web/index.html +++ b/src/main/resources/web/index.html @@ -125,6 +125,7 @@ frame-src 'self' https://login.microsoftonline.com/ https://login.live.com/" +