Skip to content

Commit 88390bb

Browse files
committed
Bump version to 20180304-snapshot
1 parent aaa3d29 commit 88390bb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ buildscript {
1010
apply plugin: 'net.minecraftforge.gradle.forge'
1111

1212

13-
version = "1.12.2-1.0.1"
13+
version = "1.12.2-20180304-snapshot"
1414
group = "net.earthcomputer.clientcommands"
1515
archivesBaseName = "clientcommands"
1616

src/main/java/net/earthcomputer/clientcommands/ClientCommandsMod.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
@Mod(modid = ClientCommandsMod.MODID, version = ClientCommandsMod.VERSION, clientSideOnly = true)
3131
public class ClientCommandsMod {
3232
public static final String MODID = "clientcommands";
33-
public static final String VERSION = "1.0.1";
33+
public static final String VERSION = "1.0.1.20180304";
3434

3535
@Instance(MODID)
3636
public static ClientCommandsMod INSTANCE;

0 commit comments

Comments
 (0)