aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRayDeeUx <raydeeux@gmail.com>2022-07-07 10:02:36 -0400
committerRayDeeUx <raydeeux@gmail.com>2022-07-07 10:02:36 -0400
commit2afcfb40f6afec389352f1a274bca9605644f97e (patch)
treeeb6e8a6ae045484c3ec7da6bf153dd92e964c8f7
parente10472fc49accfa0ecacf600757c18a9037702ec (diff)
downloadSkyblockHud-Death-Defied-2afcfb40f6afec389352f1a274bca9605644f97e.tar.gz
SkyblockHud-Death-Defied-2afcfb40f6afec389352f1a274bca9605644f97e.tar.bz2
SkyblockHud-Death-Defied-2afcfb40f6afec389352f1a274bca9605644f97e.zip
versioning i guess
-rw-r--r--.vscode/settings.json3
-rw-r--r--build.gradle2
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'