Skip to content

Commit

Permalink
Release 3.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
RaphiMC committed Jun 22, 2024
1 parent 54be590 commit 29ff721
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -53,16 +53,16 @@ repositories {
}

dependencies {
include "com.viaversion:viaversion-common:5.0.1-SNAPSHOT"
include "com.viaversion:viabackwards-common:5.0.1-SNAPSHOT"
include "com.viaversion:viaversion-common:5.0.1"
include "com.viaversion:viabackwards-common:5.0.1"
include "com.viaversion:viarewind-common:4.0.0"
include "net.raphimc:ViaLegacy:3.0.1-SNAPSHOT"
include "net.raphimc:ViaAprilFools:3.0.1-SNAPSHOT"
include "net.raphimc:ViaLegacy:3.0.1"
include "net.raphimc:ViaAprilFools:3.0.0"
include("net.raphimc:ViaBedrock:0.0.9-SNAPSHOT") {
exclude group: "io.netty"
exclude group: "io.jsonwebtoken"
}
include("net.raphimc:ViaLoader:3.0.1-SNAPSHOT") {
include("net.raphimc:ViaLoader:3.0.1") {
exclude group: "org.slf4j", module: "slf4j-api"
}

Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ org.gradle.jvmargs=-Xmx2G

maven_group=net.raphimc
maven_name=ViaProxy
maven_version=3.3.1-SNAPSHOT
maven_version=3.3.1

0 comments on commit 29ff721

Please sign in to comment.