Skip to content

Commit

Permalink
Release 2.2.12
Browse files Browse the repository at this point in the history
  • Loading branch information
RaphiMC committed Dec 7, 2023
1 parent 001b540 commit 08a8106
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,8 +62,8 @@ repositories {
```
Here is an example dependency configuration for all components:
```groovy
implementation "com.viaversion:viaversion:4.9.1"
implementation "com.viaversion:viabackwards-common:4.9.0"
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"
Expand Down
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@ repositories {
}

dependencies {
compileOnly "com.viaversion:viaversion-common:4.9.1"
compileOnly "com.viaversion:viabackwards-common:4.9.0"
compileOnly "com.viaversion:viaversion-common:4.9.2"
compileOnly "com.viaversion:viabackwards-common:4.9.1"
compileOnly "com.viaversion:viarewind-common:3.0.5"
compileOnly "net.raphimc:ViaLegacy:2.2.21"
compileOnly "net.raphimc:ViaAprilFools:2.0.10"
Expand Down
4 changes: 2 additions & 2 deletions src/main/java/net/raphimc/vialoader/util/VersionEnum.java
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ public enum VersionEnum {
r1_19_4(ProtocolVersion.v1_19_4),
r1_20tor1_20_1(ProtocolVersion.v1_20),
r1_20_2(ProtocolVersion.v1_20_2),
r1_20_3(ProtocolVersion.v1_20_3),
r1_20_3tor1_20_4(ProtocolVersion.v1_20_3),
bedrockLatest(getViaBedrockProtocol("bedrockLatest")),

//
Expand All @@ -126,7 +126,7 @@ public enum VersionEnum {
}
}

SORTED_VERSIONS.add(r1_20_3);
SORTED_VERSIONS.add(r1_20_3tor1_20_4);
SORTED_VERSIONS.add(r1_20_2);
SORTED_VERSIONS.add(r1_20tor1_20_1);
SORTED_VERSIONS.add(r1_19_4);
Expand Down

0 comments on commit 08a8106

Please sign in to comment.