Skip to content

Commit

Permalink
Release 3.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
RaphiMC committed Oct 25, 2024
1 parent 72794a5 commit f0ba0d2
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ ViaLoader is split into 6 different components:
- ViaRewind (Allows 1.8.x and 1.7.x clients to join to 1.9+ servers [needs ViaBackwards])
- ViaLegacy (Allows clients to join to <= 1.7.10 servers [needs ViaVersion])
- ViaAprilFools (Allows clients to join to some notable Minecraft snapshots [needs ViaBackwards])
- ViaBedrock (Allows clients to join to Bedrock edition servers [needs ViaVersion])
- ViaBedrock (Allows clients to join to Bedrock edition servers [needs latest ViaVersion and ViaLoader snapshot versions])

In case you want to include ViaBedrock, you have to add the Lenni0451 maven repository to your build script:
```groovy
Expand All @@ -62,12 +62,12 @@ repositories {
```
Here is an example dependency configuration for all components:
```groovy
implementation "com.viaversion:viaversion:5.0.5"
implementation "com.viaversion:viabackwards-common:5.0.4"
implementation "com.viaversion:viaversion:5.1.0"
implementation "com.viaversion:viabackwards-common:5.1.0"
implementation "com.viaversion:viarewind-common:4.0.3"
implementation "net.raphimc:ViaLegacy:3.0.3"
implementation "net.raphimc:ViaAprilFools:3.0.2"
implementation "net.raphimc:ViaBedrock:0.0.12-SNAPSHOT"
implementation "net.raphimc:ViaLegacy:3.0.4"
implementation "net.raphimc:viaaprilfools-common:3.0.3"
implementation "net.raphimc:ViaBedrock:0.0.13-SNAPSHOT"
```

## Implementation
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ org.gradle.configureondemand=true

maven_group=net.raphimc
maven_name=ViaLoader
maven_version=3.0.4-SNAPSHOT
maven_version=3.0.4

0 comments on commit f0ba0d2

Please sign in to comment.