From 307c9674ec1914a04b7aa2af01925ea28e1a08f8 Mon Sep 17 00:00:00 2001 From: Shnupbups Date: Sun, 1 Jul 2018 20:53:28 +1000 Subject: [PATCH] Whoops Forgot to update version number lol --- build.gradle | 2 +- src/main/java/shnupbups/tinkersaether/TinkersAether.java | 2 +- src/main/resources/mcmod.info | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/build.gradle b/build.gradle index 2bf04d9..9528f7b 100644 --- a/build.gradle +++ b/build.gradle @@ -11,7 +11,7 @@ apply plugin: 'net.minecraftforge.gradle.forge' //Only edit below this line, the above code adds and enables the necessary things for Forge to be setup. -version = "1.1.1" +version = "1.1.2" group = "shnupbups.tinkersaether" // http://maven.apache.org/guides/mini/guide-naming-conventions.html archivesBaseName = "tinkersaether" diff --git a/src/main/java/shnupbups/tinkersaether/TinkersAether.java b/src/main/java/shnupbups/tinkersaether/TinkersAether.java index 8feb2e1..9ac384d 100644 --- a/src/main/java/shnupbups/tinkersaether/TinkersAether.java +++ b/src/main/java/shnupbups/tinkersaether/TinkersAether.java @@ -31,7 +31,7 @@ public class TinkersAether { public static final String modid = "tinkersaether"; public static final String name = "MoreTiC"; - public static final String version = "1.1.1"; + public static final String version = "1.1.2"; @Mod.Instance(modid) public static TinkersAether instance; diff --git a/src/main/resources/mcmod.info b/src/main/resources/mcmod.info index 0b1560a..6da94d4 100644 --- a/src/main/resources/mcmod.info +++ b/src/main/resources/mcmod.info @@ -3,7 +3,7 @@ "modid": "tinkersaether", "name": "Tinker's Aether", "description": "Adds Aether materials and stuff to Tinker's Construct.", - "version": "1.1.1", + "version": "1.1.2", "mcversion": "${mcversion}", "url": "", "updateUrl": "",