This commit is contained in:
FlorianMichael 2024-04-26 15:54:40 +02:00
parent fdcb845a4a
commit f2541bcca9
No known key found for this signature in database
GPG Key ID: C2FB87E71C425126
3 changed files with 3 additions and 3 deletions

View File

@ -20,7 +20,7 @@ def ENV = System.getenv()
group = "com.viaversion.fabric"
description = "Client-side and server-side ViaVersion implementation for Fabric"
version = "0.4.13+" + ENV.GITHUB_RUN_NUMBER + "-" + getBranch()
version = "0.4.14+" + ENV.GITHUB_RUN_NUMBER + "-" + getBranch()
logger.lifecycle("Building ViaFabric: $version")
def getBranch() {

View File

@ -2,7 +2,7 @@
org.gradle.jvmargs=-Xms32M -Xmx4G -XX:+UseG1GC -XX:+UseStringDeduplication
loader_version=0.15.10
viaver_version=4.10.0-24w09a-SNAPSHOT
viaver_version=4.10.0
yaml_version=2.2
publish_mc_versions=1.20.5, 1.20.4, 1.20.1, 1.19.4, 1.18.2, 1.17.1, 1.16.5, 1.15.2, 1.14.4, 1.12.2, 1.8.9

View File

@ -14,7 +14,7 @@
"depends": {
"fabricloader": ">=0.14.0",
"minecraft": ["1.8.9", "1.12.2", "1.14.4", "1.15.2", "1.16.5", "1.17.1", "1.18.2", "1.19.4", "1.20.1", "1.20.3", "1.20.4", "1.20.5"],
"viaversion": ">=4.9.3"
"viaversion": ">=4.10.0"
},
"breaks": {
"viafabricplus": "*"