Skip to content

Commit a41bbc2

Browse files
4.0.6 Release
1 parent de84a8f commit a41bbc2

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
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.2.2-SNAPSHOT"
26-
compileOnly "com.viaversion:viabackwards:5.2.2-SNAPSHOT"
25+
compileOnly "com.viaversion:viaversion:5.3.0"
26+
compileOnly "com.viaversion:viabackwards:5.3.0"
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.2.2-SNAPSHOT"
27+
"viabackwards": ">=5.3.0"
2828
},
2929
"custom": {
3030
"modmenu:api": true,

gradle.properties

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@ org.gradle.parallel=true
44

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

1010
# Smile emoji
11-
mcVersions=1.21.4, 1.21.3, 1.21.2, 1.21.1, 1.21, 1.20.6, 1.20.5, 1.20.4, 1.20.3, 1.20.2, 1.20.1, 1.20, 1.19.4, 1.19.3, 1.19.2, 1.19.1, 1.19, 1.18.2, 1.18.1, 1.18, 1.17.1, 1.17, 1.16.5, 1.16.4, 1.16.3, 1.16.2, 1.16.1, 1.16, 1.15.2, 1.15.1, 1.15, 1.14.4, 1.14.3, 1.14.2, 1.14.1, 1.14, 1.13.2, 1.13.1, 1.13, 1.12.2, 1.12.1, 1.12, 1.11.2, 1.11.1, 1.11, 1.10.2, 1.10.1, 1.10, 1.9.4, 1.9.3, 1.9.2, 1.9.1, 1.9, 1.8.9, 1.8.8
12-
mcVersionRange=1.8-1.21.4
11+
mcVersions=1.21.5, 1.21.4, 1.21.3, 1.21.2, 1.21.1, 1.21, 1.20.6, 1.20.5, 1.20.4, 1.20.3, 1.20.2, 1.20.1, 1.20, 1.19.4, 1.19.3, 1.19.2, 1.19.1, 1.19, 1.18.2, 1.18.1, 1.18, 1.17.1, 1.17, 1.16.5, 1.16.4, 1.16.3, 1.16.2, 1.16.1, 1.16, 1.15.2, 1.15.1, 1.15, 1.14.4, 1.14.3, 1.14.2, 1.14.1, 1.14, 1.13.2, 1.13.1, 1.13, 1.12.2, 1.12.1, 1.12, 1.11.2, 1.11.1, 1.11, 1.10.2, 1.10.1, 1.10, 1.9.4, 1.9.3, 1.9.2, 1.9.1, 1.9, 1.8.9, 1.8.8
12+
mcVersionRange=1.8-1.21.5
1313
velocityVersion=3.3

0 commit comments

Comments
 (0)