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": "",