diff options
author | RayDeeUx <raydeeux@gmail.com> | 2022-08-20 11:55:05 -0400 |
---|---|---|
committer | RayDeeUx <raydeeux@gmail.com> | 2022-08-20 11:55:05 -0400 |
commit | 1baa79b50351ccf50c05e206f79fc18a48302ab6 (patch) | |
tree | ba2b9e3977f3620c51c3c84ce70cc32915bbb365 /build.gradle.kts | |
parent | 63972654eef2560bc28053bf66f5a8e8803488bb (diff) | |
download | skyblockhud-1baa79b50351ccf50c05e206f79fc18a48302ab6.tar.gz skyblockhud-1baa79b50351ccf50c05e206f79fc18a48302ab6.tar.bz2 skyblockhud-1baa79b50351ccf50c05e206f79fc18a48302ab6.zip |
1.14.4 + credit where credit is due
Diffstat (limited to 'build.gradle.kts')
-rw-r--r-- | build.gradle.kts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build.gradle.kts b/build.gradle.kts index 3de5a2d..49b1d4e 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -6,7 +6,7 @@ plugins { id("com.github.johnrengelman.shadow") version "7.1.2" } -version = "1.14.3" +version = "1.14.4" group = "com.thatgravyboat.skyblockhud" |