diff options
author | RayDeeUx <raydeeux@gmail.com> | 2022-08-11 12:53:43 -0400 |
---|---|---|
committer | RayDeeUx <raydeeux@gmail.com> | 2022-08-11 12:53:43 -0400 |
commit | e7e7dd7bc88e96d4019ca42f26717e31d9b0761a (patch) | |
tree | 7fca13e9682db625953e3dd8a281af9d91be463f | |
parent | f02fc89c906189a8ee31ef601a083306999fef22 (diff) | |
download | SkyblockHud-Death-Defied-1.14.1.tar.gz SkyblockHud-Death-Defied-1.14.1.tar.bz2 SkyblockHud-Death-Defied-1.14.1.zip |
1.14.1v1.14.1
-rw-r--r-- | build.gradle | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build.gradle b/build.gradle index fc83bca..17764b9 100644 --- a/build.gradle +++ b/build.gradle @@ -22,7 +22,7 @@ apply plugin: 'com.github.johnrengelman.shadow' sourceCompatibility = 1.8 targetCompatibility = 1.8 -version = '1.14' +version = '1.14.1' group= 'com.thatgravyboat.skyblockhud' archivesBaseName = 'SkyBlockHud' String mixinClassifier = 'dep' |