Skip to content

Commit

Permalink
Release 3.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
FlorianMichael committed Dec 6, 2024
1 parent 9a3674b commit 7105df4
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -67,11 +67,11 @@ dependencies {

modCompileOnly "com.terraformersmc:modmenu:12.0.0"

jij "com.viaversion:viaversion-common:5.2.1-SNAPSHOT"
jij "com.viaversion:viaversion-common:5.2.0"
jij "com.viaversion:viabackwards-common:5.2.0"
jij "net.raphimc:viaaprilfools-common:3.0.5-SNAPSHOT"
jij "net.raphimc:ViaLegacy:3.0.7-SNAPSHOT"
jij ("net.raphimc:ViaBedrock:0.0.13-SNAPSHOT") {
jij "net.raphimc:viaaprilfools-common:3.0.4"
jij "net.raphimc:ViaLegacy:3.0.6"
jij ("net.raphimc:ViaBedrock:0.0.14-20241206.155528-1") {
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 @@ -5,7 +5,7 @@ org.gradle.parallel=true
# Project Details
maven_group=de.florianmichael
maven_name=ViaFabricPlus
maven_version=3.6.0-SNAPSHOT
maven_version=3.6.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 7105df4

Please sign in to comment.