File tree Expand file tree Collapse file tree 4 files changed +6
-6
lines changed
fabric/src/main/resources
sponge/src/main/resources/META-INF Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -24,8 +24,8 @@ allprojects {
2424subprojects {
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 {
Original file line number Diff line number Diff line change 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 ,
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ org.gradle.configuration-cache=true
77project_jvm_version =17
88
99project_group =com.viaversion
10- project_version =4.0.13-SNAPSHOT
10+ project_version =4.0.13
1111project_description =ViaVersion addon to allow 1.8.x and 1.7.x clients on newer server versions.
1212
1313publishing_dev_id =FlorianMichael
Original file line number Diff line number Diff line change 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 },
You can’t perform that action at this time.
0 commit comments