Skip to content

Commit 307c967

Browse files
committed
Whoops
Forgot to update version number lol
1 parent 63bf9eb commit 307c967

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ apply plugin: 'net.minecraftforge.gradle.forge'
1111
//Only edit below this line, the above code adds and enables the necessary things for Forge to be setup.
1212

1313

14-
version = "1.1.1"
14+
version = "1.1.2"
1515
group = "shnupbups.tinkersaether" // http://maven.apache.org/guides/mini/guide-naming-conventions.html
1616
archivesBaseName = "tinkersaether"
1717

src/main/java/shnupbups/tinkersaether/TinkersAether.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
public class TinkersAether {
3232
public static final String modid = "tinkersaether";
3333
public static final String name = "MoreTiC";
34-
public static final String version = "1.1.1";
34+
public static final String version = "1.1.2";
3535

3636
@Mod.Instance(modid)
3737
public static TinkersAether instance;

src/main/resources/mcmod.info

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"modid": "tinkersaether",
44
"name": "Tinker's Aether",
55
"description": "Adds Aether materials and stuff to Tinker's Construct.",
6-
"version": "1.1.1",
6+
"version": "1.1.2",
77
"mcversion": "${mcversion}",
88
"url": "",
99
"updateUrl": "",

0 commit comments

Comments
 (0)