Skip to content

Commit

Permalink
Release 3.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
FlorianMichael committed Nov 18, 2024
1 parent 26f9eea commit 112781d
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -67,15 +67,15 @@ dependencies {

modCompileOnly "com.terraformersmc:modmenu:11.0.3"

jij "com.viaversion:viaversion-common:5.1.2-SNAPSHOT"
jij "com.viaversion:viabackwards-common:5.1.2-SNAPSHOT"
jij "net.raphimc:viaaprilfools-common:3.0.5-SNAPSHOT"
jij "net.raphimc:ViaLegacy:3.0.6-SNAPSHOT"
jij ("net.raphimc:ViaBedrock:0.0.13-SNAPSHOT") {
jij "com.viaversion:viaversion-common:5.1.2-20241118.140618-18"
jij "com.viaversion:viabackwards-common:5.1.2-20241118.134019-9"
jij "net.raphimc:viaaprilfools-common:3.0.5-20241113.235618-5"
jij "net.raphimc:ViaLegacy:3.0.6-20241113.235820-5"
jij ("net.raphimc:ViaBedrock:0.0.13-20241117.111706-10") {
exclude group: "io.jsonwebtoken"
exclude group: "com.mojang", module: "brigadier"
}
jij ("net.raphimc:ViaLoader:3.0.5-SNAPSHOT") {
jij ("net.raphimc:ViaLoader:3.0.5-20241113.235950-3") {
exclude group: "com.google.guava", module: "guava"
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,7 +5,7 @@ org.gradle.parallel=true
# Project Details
maven_group=de.florianmichael
maven_name=ViaFabricPlus
maven_version=3.5.2-SNAPSHOT
maven_version=3.5.2
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 112781d

Please sign in to comment.