Skip to content

Commit

Permalink
Release 3.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
RaphiMC committed Jun 22, 2024
1 parent 02044a0 commit 853a36a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,10 +62,10 @@ repositories {
```
Here is an example dependency configuration for all components:
```groovy
implementation "com.viaversion:viaversion:5.0.0"
implementation "com.viaversion:viabackwards-common:5.0.0"
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.0"
implementation "net.raphimc:ViaLegacy:3.0.1"
implementation "net.raphimc:ViaAprilFools:3.0.0"
implementation "net.raphimc:ViaBedrock:0.0.9-SNAPSHOT"
```
Expand Down
6 changes: 3 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -38,10 +38,10 @@ repositories {
}

dependencies {
compileOnly "com.viaversion:viaversion-common:5.0.0"
compileOnly "com.viaversion:viabackwards-common:5.0.0"
compileOnly "com.viaversion:viaversion-common:5.0.1"
compileOnly "com.viaversion:viabackwards-common:5.0.1"
compileOnly "com.viaversion:viarewind-common:4.0.0"
compileOnly "net.raphimc:ViaLegacy:3.0.0"
compileOnly "net.raphimc:ViaLegacy:3.0.1"
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"
Expand Down

0 comments on commit 853a36a

Please sign in to comment.