Skip to content

Commit 98ca00f

Browse files
ViaRewind 4.0.13
1 parent 5988044 commit 98ca00f

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@ allprojects {
2424
subprojects {
2525

2626
dependencies {
27-
compileOnly("com.viaversion:viaversion:5.7.0-SNAPSHOT")
28-
compileOnly("com.viaversion:viabackwards:5.7.0-SNAPSHOT")
27+
compileOnly("com.viaversion:viaversion:5.7.0")
28+
compileOnly("com.viaversion:viabackwards:5.7.0")
2929
}
3030

3131
tasks {

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.7.0-SNAPSHOT"
27+
"viabackwards": ">=5.7.0"
2828
},
2929
"custom": {
3030
"modmenu:api": true,

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ org.gradle.configuration-cache=true
77
project_jvm_version=17
88

99
project_group=com.viaversion
10-
project_version=4.0.13-SNAPSHOT
10+
project_version=4.0.13
1111
project_description=ViaVersion addon to allow 1.8.x and 1.7.x clients on newer server versions.
1212

1313
publishing_dev_id=FlorianMichael

sponge/src/main/resources/META-INF/sponge_plugins.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,11 +36,11 @@
3636
},
3737
{
3838
"id": "viaversion",
39-
"version": "[5.7.0-SNAPSHOT,)"
39+
"version": "[5.7.0,)"
4040
},
4141
{
4242
"id": "viabackwards",
43-
"version": "[5.7.0-SNAPSHOT,)"
43+
"version": "[5.7.0,)"
4444
}
4545
]
4646
},

0 commit comments

Comments
 (0)