From 2afcfb40f6afec389352f1a274bca9605644f97e Mon Sep 17 00:00:00 2001 From: RayDeeUx Date: Thu, 7 Jul 2022 10:02:36 -0400 Subject: versioning i guess --- .vscode/settings.json | 3 +++ build.gradle | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) create mode 100644 .vscode/settings.json 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' -- cgit