Skip to content

Commit

Permalink
Release 2.2.19
Browse files Browse the repository at this point in the history
  • Loading branch information
RaphiMC committed Sep 21, 2023
1 parent 17d97cd commit c60e288
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ repositories {
}
dependencies {
implementation("net.raphimc:ViaLegacy:2.2.18") // Get latest version from releases
implementation("net.raphimc:ViaLegacy:2.2.19") // Get latest version from releases
}
```

Expand All @@ -44,7 +44,7 @@ dependencies {
<dependency>
<groupId>net.raphimc</groupId>
<artifactId>ViaLegacy</artifactId>
<version>2.2.18</version> <!-- Get latest version from releases -->
<version>2.2.19</version> <!-- Get latest version from releases -->
</dependency>
</dependencies>
```
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ repositories {
}

dependencies {
compileOnly "com.viaversion:viaversion:4.8.0-23w31a-SNAPSHOT"
compileOnly "com.viaversion:viaversion:4.8.0"
compileOnly "org.yaml:snakeyaml:2.2"
compileOnly "com.google.guava:guava:32.1.2-jre"
compileOnly "io.netty:netty-handler:4.1.98.Final"
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=ViaLegacy
maven_version=2.2.19-SNAPSHOT
maven_version=2.2.19

0 comments on commit c60e288

Please sign in to comment.