From d99bc1ae6a9f6750f2262d869de774e2265e842c Mon Sep 17 00:00:00 2001 From: RaphiMC <50594595+RaphiMC@users.noreply.github.com> Date: Sun, 16 Jun 2024 18:18:50 +0200 Subject: [PATCH] Release 3.0.0 --- 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 6382ef4..090f0dc 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.10.2" -implementation "com.viaversion:viabackwards-common:4.10.2" -implementation "com.viaversion:viarewind-common:3.1.2" -implementation "net.raphimc:ViaLegacy:2.2.22" -implementation "net.raphimc:ViaAprilFools:2.0.12" -implementation "net.raphimc:ViaBedrock:0.0.7-SNAPSHOT" +implementation "com.viaversion:viaversion:5.0.0" +implementation "com.viaversion:viabackwards-common:5.0.0" +implementation "com.viaversion:viarewind-common:4.0.0" +implementation "net.raphimc:ViaLegacy:3.0.0" +implementation "net.raphimc:ViaAprilFools:3.0.0" +implementation "net.raphimc:ViaBedrock:0.0.9-SNAPSHOT" ``` ## Implementation diff --git a/build.gradle b/build.gradle index a2be634..62d4ac7 100644 --- a/build.gradle +++ b/build.gradle @@ -38,12 +38,12 @@ repositories { } dependencies { - compileOnly "com.viaversion:viaversion-common:5.0.0-SNAPSHOT" - compileOnly "com.viaversion:viabackwards-common:5.0.0-SNAPSHOT" - compileOnly "com.viaversion:viarewind-common:4.0.0-SNAPSHOT" - compileOnly "net.raphimc:ViaLegacy:3.0.0-SNAPSHOT" - compileOnly "net.raphimc:ViaAprilFools:3.0.0-SNAPSHOT" - compileOnly "net.raphimc:ViaBedrock:0.0.8-SNAPSHOT" + compileOnly "com.viaversion:viaversion-common:5.0.0" + compileOnly "com.viaversion:viabackwards-common:5.0.0" + compileOnly "com.viaversion:viarewind-common:4.0.0" + compileOnly "net.raphimc:ViaLegacy:3.0.0" + compileOnly "net.raphimc:ViaAprilFools:3.0.0" + compileOnly "net.raphimc:ViaBedrock:0.0.9-SNAPSHOT" compileOnly "org.cloudburstmc.netty:netty-transport-raknet:1.0.0.CR3-SNAPSHOT" api "com.google.guava:guava:33.2.1-jre" diff --git a/gradle.properties b/gradle.properties index 0cfcf39..c6e12c9 100644 --- a/gradle.properties +++ b/gradle.properties @@ -4,4 +4,4 @@ org.gradle.configureondemand=true maven_group=net.raphimc maven_name=ViaLoader -maven_version=3.0.0-SNAPSHOT +maven_version=3.0.0