0.4.16 Release

This commit is contained in:
FlorianMichael 2024-10-25 20:52:15 +02:00
parent 3ca907a887
commit aafd5d076c
No known key found for this signature in database
GPG Key ID: C2FB87E71C425126
2 changed files with 2 additions and 2 deletions

View File

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

View File

@ -2,7 +2,7 @@
org.gradle.jvmargs=-Xms32M -Xmx4G -XX:+UseG1GC -XX:+UseStringDeduplication org.gradle.jvmargs=-Xms32M -Xmx4G -XX:+UseG1GC -XX:+UseStringDeduplication
loader_version=0.16.7 loader_version=0.16.7
viaver_version=5.0.4-SNAPSHOT viaver_version=5.1.1-SNAPSHOT
publish_mc_versions=1.21.3, 1.21.2, 1.20.6, 1.20.4, 1.20.1, 1.19.4, 1.18.2, 1.17.1, 1.16.5, 1.15.2, 1.14.4 publish_mc_versions=1.21.3, 1.21.2, 1.20.6, 1.20.4, 1.20.1, 1.19.4, 1.18.2, 1.17.1, 1.16.5, 1.15.2, 1.14.4
# example: 1.19.1-rc1. Can be a blank value # example: 1.19.1-rc1. Can be a blank value