From 880e55a9d1478b573f17aaf2780b5792de8a97fe Mon Sep 17 00:00:00 2001 From: iron431 <34083081+iron431@users.noreply.github.com> Date: Sat, 29 Apr 2023 16:58:17 -0500 Subject: [PATCH] Update build.gradle --- build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.gradle b/build.gradle index 3f1ee3ea6..1f0bf4d4d 100644 --- a/build.gradle +++ b/build.gradle @@ -17,7 +17,7 @@ apply plugin: 'org.spongepowered.mixin' apply plugin: 'org.parchmentmc.librarian.forgegradle' apply plugin: 'maven-publish' -version = '1.0.1' +version = '1.0.2' group = 'io.redspace.ironsspellbooks' archivesBaseName = 'irons_spellbooks' @@ -274,4 +274,4 @@ tasks.classes.dependsOn(tasks.copyAnimations) mixin { add sourceSets.main, 'irons_spellbooks.refmap.json' config 'mixins.irons_spellbooks.json' -} \ No newline at end of file +}