diff options
-rw-r--r-- | build.gradle.kts | 2 | ||||
-rw-r--r-- | src/main/resources/mcmod.info | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/build.gradle.kts b/build.gradle.kts index 454a27a..6697aee 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.5" +version = "1.15.0" group = "com.thatgravyboat.skyblockhud" diff --git a/src/main/resources/mcmod.info b/src/main/resources/mcmod.info index 17581ac..13af012 100644 --- a/src/main/resources/mcmod.info +++ b/src/main/resources/mcmod.info @@ -7,7 +7,7 @@ "mcversion": "1.8.9", "url": "https://github.com/RayDeeUx/SkyblockHud-Reborn", "updateUrl": "", - "authorList": ["ThatGravyBoat", "Erymanthus"], + "authorList": ["ThatGravyBoat", "Erymanthus", "nea89o"], "credits": "ModCruel: map icon textures | nea89: switching from ForgeGradle to Arch Loom", "logoFile": "", "screenshots": [], |