From 98ac0333f3c84bb7bdac209f58952d34d1aed21b Mon Sep 17 00:00:00 2001 From: RaphiMC <50594595+RaphiMC@users.noreply.github.com> Date: Fri, 26 Apr 2024 16:47:20 +0200 Subject: [PATCH] Release 2.2.13 --- README.md | 12 ++++++------ build.gradle | 12 ++++++------ gradle.properties | 2 +- 3 files changed, 13 insertions(+), 13 deletions(-) diff --git a/README.md b/README.md index 21028fa..7c310de 100644 --- a/README.md +++ b/README.md @@ -62,12 +62,12 @@ repositories { ``` Here is an example dependency configuration for all components: ```groovy -implementation "com.viaversion:viaversion:4.9.9" -implementation "com.viaversion:viabackwards-common:4.9.1" -implementation "com.viaversion:viarewind-common:3.0.5" -implementation "net.raphimc:ViaLegacy:2.2.21" -implementation "net.raphimc:ViaAprilFools:2.0.10" -implementation "net.raphimc:ViaBedrock:0.0.3-SNAPSHOT" +implementation "com.viaversion:viaversion:4.10.0" +implementation "com.viaversion:viabackwards-common:4.10.0" +implementation "com.viaversion:viarewind-common:3.1.0" +implementation "net.raphimc:ViaLegacy:2.2.22" +implementation "net.raphimc:ViaAprilFools:2.0.11" +implementation "net.raphimc:ViaBedrock:0.0.6-SNAPSHOT" ``` ## Implementation diff --git a/build.gradle b/build.gradle index 48ecebb..fe2e053 100644 --- a/build.gradle +++ b/build.gradle @@ -38,13 +38,13 @@ repositories { } dependencies { - compileOnly "com.viaversion:viaversion-common:4.10.0-24w09a-SNAPSHOT" - compileOnly "com.viaversion:viabackwards-common:4.10.0-24w09a-SNAPSHOT" - compileOnly "com.viaversion:viarewind-common:3.0.6-24w07a-SNAPSHOT" - compileOnly "net.raphimc:ViaLegacy:2.2.21" - compileOnly "net.raphimc:ViaAprilFools:2.0.10" + compileOnly "com.viaversion:viaversion-common:4.10.0" + compileOnly "com.viaversion:viabackwards-common:4.10.0" + compileOnly "com.viaversion:viarewind-common:3.1.0" + compileOnly "net.raphimc:ViaLegacy:2.2.22" + compileOnly "net.raphimc:ViaAprilFools:2.0.11" compileOnly "net.raphimc:ViaBedrock:0.0.6-SNAPSHOT" - compileOnly "org.cloudburstmc.netty:netty-transport-raknet:1.0.0.CR1-SNAPSHOT" + compileOnly "org.cloudburstmc.netty:netty-transport-raknet:1.0.0.CR3-SNAPSHOT" api "com.google.guava:guava:33.1.0-jre" api "org.slf4j:slf4j-api:2.0.13" diff --git a/gradle.properties b/gradle.properties index fa34907..c69b8e6 100644 --- a/gradle.properties +++ b/gradle.properties @@ -4,4 +4,4 @@ org.gradle.configureondemand=true maven_group=net.raphimc maven_name=ViaLoader -maven_version=2.2.13-SNAPSHOT +maven_version=2.2.13