From 7c14ba2d43e25147f88e0c9b32307d7e7aaf1fc5 Mon Sep 17 00:00:00 2001 From: RaphiMC <50594595+RaphiMC@users.noreply.github.com> Date: Sun, 28 Jul 2024 21:37:13 +0200 Subject: [PATCH] Release 3.0.2 --- README.md | 12 ++++++------ build.gradle | 6 +++--- gradle.properties | 2 +- 3 files changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 2209b40..df53c01 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:5.0.1" -implementation "com.viaversion:viabackwards-common:5.0.1" -implementation "com.viaversion:viarewind-common:4.0.0" -implementation "net.raphimc:ViaLegacy:3.0.1" -implementation "net.raphimc:ViaAprilFools:3.0.0" -implementation "net.raphimc:ViaBedrock:0.0.9-SNAPSHOT" +implementation "com.viaversion:viaversion:5.0.2" +implementation "com.viaversion:viabackwards-common:5.0.2" +implementation "com.viaversion:viarewind-common:4.0.2" +implementation "net.raphimc:ViaLegacy:3.0.2" +implementation "net.raphimc:ViaAprilFools:3.0.1" +implementation "net.raphimc:ViaBedrock:0.0.10-SNAPSHOT" ``` ## Implementation diff --git a/build.gradle b/build.gradle index 880f451..fe6b221 100644 --- a/build.gradle +++ b/build.gradle @@ -40,9 +40,9 @@ repositories { dependencies { compileOnly "com.viaversion:viaversion-common:5.0.2" compileOnly "com.viaversion:viabackwards-common:5.0.2" - compileOnly "com.viaversion:viarewind-common:4.0.0" - compileOnly "net.raphimc:ViaLegacy:3.0.1" - compileOnly "net.raphimc:viaaprilfools-common:3.0.1-SNAPSHOT" + compileOnly "com.viaversion:viarewind-common:4.0.2" + compileOnly "net.raphimc:ViaLegacy:3.0.2" + compileOnly "net.raphimc:viaaprilfools-common:3.0.1" compileOnly "net.raphimc:ViaBedrock:0.0.10-SNAPSHOT" compileOnly "org.cloudburstmc.netty:netty-transport-raknet:1.0.0.CR3-SNAPSHOT" diff --git a/gradle.properties b/gradle.properties index 4dafc62..a2e9cd4 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.2-SNAPSHOT +maven_version=3.0.2