Skip to content

Commit

Permalink
- Bump version for dev release
Browse files Browse the repository at this point in the history
  • Loading branch information
wildex999 committed Feb 6, 2016
1 parent a07ab17 commit 72e238b
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 @@ -17,7 +17,7 @@ buildscript {

apply plugin: 'forge'

version = "0.2.0-dev2"
version = "0.2.0-dev3"
String fullversion = "1.7.10-10.13.2.1291"
group= "com.wildex999.tickdynamic" // http://maven.apache.org/guides/mini/guide-naming-conventions.html
archivesBaseName = "tickdynamic-forge" + fullversion
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@
public class TickDynamicMod extends DummyModContainer
{
public static final String MODID = "tickDynamic";
public static final String VERSION = "0.2.0-dev2";
public static final String VERSION = "0.2.0-dev3";
public static boolean debug = false;
public static boolean debugGroups = false;
public static boolean debugTimer = false;
Expand Down

0 comments on commit 72e238b

Please sign in to comment.