Skip to content

Commit bbc1d77

Browse files
4.0.7 Release
1 parent fa36428 commit bbc1d77

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

build-logic/src/main/groovy/vr.base-conventions.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ base {
2222
}
2323

2424
dependencies {
25-
compileOnly "com.viaversion:viaversion:5.3.1-SNAPSHOT"
26-
compileOnly "com.viaversion:viabackwards:5.3.1-SNAPSHOT"
25+
compileOnly "com.viaversion:viaversion:5.3.1"
26+
compileOnly "com.viaversion:viabackwards:5.3.1"
2727
}
2828

2929
publishing {

fabric/src/main/resources/fabric.mod.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
},
2525
"depends": {
2626
"viafabric": ">=0.4.14",
27-
"viabackwards": ">=5.3.1-SNAPSHOT"
27+
"viabackwards": ">=5.3.1"
2828
},
2929
"custom": {
3030
"modmenu:api": true,

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ org.gradle.parallel=true
44

55
# project
66
maven_group=com.viaversion
7-
maven_version=4.0.7-SNAPSHOT
7+
maven_version=4.0.7
88
maven_description=ViaBackwards addon to allow 1.8.x and 1.7.x clients on newer server versions.
99

1010
# Smile emoji

0 commit comments

Comments
 (0)