Skip to content

Commit 0dffbc7

Browse files
committed
more stuff
1 parent e18ca76 commit 0dffbc7

File tree

83 files changed

+2
-2
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

83 files changed

+2
-2
lines changed
0 Bytes
Binary file not shown.

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ plugins {
2020
id "net.minecraftforge.gradle.forge" version "2.0.2"
2121
}
2222
*/
23-
version = "1.0"
23+
version = "1.0.1"
2424
group= "com.knoxhack.nethermetals" // http://maven.apache.org/guides/mini/guide-naming-conventions.html
2525
archivesBaseName = "NetherMetals"
2626

src/java/com/knoxhack/nethermetals/Main.java renamed to src/main/java/com/knoxhack/nethermetals/Main.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ public class Main {
1313

1414
public static final String MODID = "nethermetals";
1515
public static final String MODNAME = "Nether Metals";
16-
public static final String VERSION = "1.0.0";
16+
public static final String VERSION = "1.0.1";
1717
@Instance
1818
public static Main instance = new Main();
1919

0 commit comments

Comments
 (0)