Skip to content

Commit

Permalink
- Bumping version to dev4
Browse files Browse the repository at this point in the history
- Bumping to latest Forge 1.8.9 dev
  • Loading branch information
wildex999 committed Feb 19, 2016
1 parent a32635e commit d31e846
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ plugins {
}
*/

version = "0.2.0-dev3"
String fullversion = "1.8.9-11.15.1.1732"
version = "0.2.0-dev4"
String fullversion = "1.8.9-11.15.1.1755"
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 @@ -47,7 +47,7 @@
public class TickDynamicMod extends DummyModContainer
{
public static final String MODID = "tickDynamic";
public static final String VERSION = "0.2.0-dev3";
public static final String VERSION = "0.2.0-dev4";
public static boolean debug = false;
public static boolean debugGroups = false;
public static boolean debugTimer = false;
Expand Down

0 comments on commit d31e846

Please sign in to comment.