diff options
author | RayDeeUx <raydeeux@gmail.com> | 2022-07-07 10:02:36 -0400 |
---|---|---|
committer | RayDeeUx <raydeeux@gmail.com> | 2022-07-07 10:02:36 -0400 |
commit | 2afcfb40f6afec389352f1a274bca9605644f97e (patch) | |
tree | eb6e8a6ae045484c3ec7da6bf153dd92e964c8f7 | |
parent | e10472fc49accfa0ecacf600757c18a9037702ec (diff) | |
download | SkyblockHud-Death-Defied-2afcfb40f6afec389352f1a274bca9605644f97e.tar.gz SkyblockHud-Death-Defied-2afcfb40f6afec389352f1a274bca9605644f97e.tar.bz2 SkyblockHud-Death-Defied-2afcfb40f6afec389352f1a274bca9605644f97e.zip |
versioning i guess
-rw-r--r-- | .vscode/settings.json | 3 | ||||
-rw-r--r-- | build.gradle | 2 |
2 files changed, 4 insertions, 1 deletions
diff --git a/.vscode/settings.json b/.vscode/settings.json new file mode 100644 index 0000000..c5f3f6b --- /dev/null +++ b/.vscode/settings.json @@ -0,0 +1,3 @@ +{ + "java.configuration.updateBuildConfiguration": "interactive" +}
\ No newline at end of file diff --git a/build.gradle b/build.gradle index 7a73a20..fc83bca 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.13' +version = '1.14' group= 'com.thatgravyboat.skyblockhud' archivesBaseName = 'SkyBlockHud' String mixinClassifier = 'dep' |