Skip to content

Commit f0ba0d2

Browse files
committed
Release 3.0.4
1 parent 72794a5 commit f0ba0d2

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ ViaLoader is split into 6 different components:
4949
- ViaRewind (Allows 1.8.x and 1.7.x clients to join to 1.9+ servers [needs ViaBackwards])
5050
- ViaLegacy (Allows clients to join to <= 1.7.10 servers [needs ViaVersion])
5151
- ViaAprilFools (Allows clients to join to some notable Minecraft snapshots [needs ViaBackwards])
52-
- ViaBedrock (Allows clients to join to Bedrock edition servers [needs ViaVersion])
52+
- ViaBedrock (Allows clients to join to Bedrock edition servers [needs latest ViaVersion and ViaLoader snapshot versions])
5353

5454
In case you want to include ViaBedrock, you have to add the Lenni0451 maven repository to your build script:
5555
```groovy
@@ -62,12 +62,12 @@ repositories {
6262
```
6363
Here is an example dependency configuration for all components:
6464
```groovy
65-
implementation "com.viaversion:viaversion:5.0.5"
66-
implementation "com.viaversion:viabackwards-common:5.0.4"
65+
implementation "com.viaversion:viaversion:5.1.0"
66+
implementation "com.viaversion:viabackwards-common:5.1.0"
6767
implementation "com.viaversion:viarewind-common:4.0.3"
68-
implementation "net.raphimc:ViaLegacy:3.0.3"
69-
implementation "net.raphimc:ViaAprilFools:3.0.2"
70-
implementation "net.raphimc:ViaBedrock:0.0.12-SNAPSHOT"
68+
implementation "net.raphimc:ViaLegacy:3.0.4"
69+
implementation "net.raphimc:viaaprilfools-common:3.0.3"
70+
implementation "net.raphimc:ViaBedrock:0.0.13-SNAPSHOT"
7171
```
7272

7373
## Implementation

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@ org.gradle.configureondemand=true
44

55
maven_group=net.raphimc
66
maven_name=ViaLoader
7-
maven_version=3.0.4-SNAPSHOT
7+
maven_version=3.0.4

0 commit comments

Comments
 (0)