Skip to content

Commit

Permalink
0.4.16 Release
Browse files Browse the repository at this point in the history
  • Loading branch information
FlorianMichael committed Oct 25, 2024
1 parent 3ca907a commit aafd5d0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ def ENV = System.getenv()

group = "com.viaversion.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")

def getBranch() {
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
org.gradle.jvmargs=-Xms32M -Xmx4G -XX:+UseG1GC -XX:+UseStringDeduplication

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
# example: 1.19.1-rc1. Can be a blank value
Expand Down

0 comments on commit aafd5d0

Please sign in to comment.