Skip to content

Commit

Permalink
Bump version to 20180304-snapshot
Browse files Browse the repository at this point in the history
  • Loading branch information
Earthcomputer committed Mar 4, 2018
1 parent aaa3d29 commit 88390bb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ buildscript {
apply plugin: 'net.minecraftforge.gradle.forge'


version = "1.12.2-1.0.1"
version = "1.12.2-20180304-snapshot"
group = "net.earthcomputer.clientcommands"
archivesBaseName = "clientcommands"

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
@Mod(modid = ClientCommandsMod.MODID, version = ClientCommandsMod.VERSION, clientSideOnly = true)
public class ClientCommandsMod {
public static final String MODID = "clientcommands";
public static final String VERSION = "1.0.1";
public static final String VERSION = "1.0.1.20180304";

@Instance(MODID)
public static ClientCommandsMod INSTANCE;
Expand Down

0 comments on commit 88390bb

Please sign in to comment.