Skip to content

Commit

Permalink
4.0.5 Release
Browse files Browse the repository at this point in the history
  • Loading branch information
FlorianMichael committed Jan 1, 2025
1 parent 87ed216 commit 351ff79
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions build-logic/src/main/groovy/vr.base-conventions.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ base {
}

dependencies {
compileOnly "com.viaversion:viaversion:5.2.1-SNAPSHOT"
compileOnly "com.viaversion:viabackwards:5.2.1-SNAPSHOT"
compileOnly "com.viaversion:viaversion:5.2.1"
compileOnly "com.viaversion:viabackwards:5.2.1"
}

publishing {
Expand Down
2 changes: 1 addition & 1 deletion fabric/src/main/resources/fabric.mod.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
},
"depends": {
"viafabric": ">=0.4.14",
"viabackwards": ">=5.2.1-SNAPSHOT"
"viabackwards": ">=5.2.1"
},
"custom": {
"modmenu:api": true,
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
maven_group=com.viaversion
maven_version=4.0.5-SNAPSHOT
maven_version=4.0.5
maven_description=ViaBackwards addon to allow 1.8.x and 1.7.x clients on newer server versions.

# Smile emoji
Expand Down

0 comments on commit 351ff79

Please sign in to comment.