Skip to content

Commit

Permalink
4.0.0 Release
Browse files Browse the repository at this point in the history
  • Loading branch information
FlorianMichael committed Jan 2, 2025
1 parent 79fdfad commit d0a5d03
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions build-logic/src/main/groovy/vfp.base-conventions.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,8 @@ dependencies {
exclude group: "com.google.guava", module: "guava"
exclude group: "org.slf4j", module: "slf4j-api"
}
vvDependencies "net.raphimc:ViaLegacy:3.0.7-SNAPSHOT"
vvDependencies("net.raphimc:ViaBedrock:0.0.14-SNAPSHOT") {
vvDependencies "net.raphimc:ViaLegacy:3.0.7"
vvDependencies("net.raphimc:ViaBedrock:0.0.14-20241220.132943-7") {
exclude group: "io.jsonwebtoken"
exclude group: "com.mojang", module: "brigadier"
}
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ org.gradle.parallel=true

# Project Details
maven_group=com.viaversion
maven_version=4.0.0-SNAPSHOT
maven_version=4.0.0
maven_description=Fabric mod to connect to EVERY Minecraft server version (Release, Beta, Alpha, Classic, Snapshots, Bedrock) with QoL fixes to the gameplay

# Minecraft/Fabric
Expand Down

0 comments on commit d0a5d03

Please sign in to comment.