Skip to content
This repository has been archived by the owner on Jan 11, 2019. It is now read-only.

Commit

Permalink
Bumped version number
Browse files Browse the repository at this point in the history
  • Loading branch information
Ollie Read committed Apr 18, 2014
1 parent 6f50f43 commit b217d06
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
@@ -17,7 +17,7 @@ buildscript {

apply plugin: 'forge'

version = "1.0"
version = "1.1"
group= "com.ollieread.tmgdo"
archivesBaseName = "TooManyGodDamnOres"

4 changes: 1 addition & 3 deletions src/main/java/com/ollieread/tmgdo/TMGDO.java
Original file line number Diff line number Diff line change
@@ -23,11 +23,9 @@
import cpw.mods.fml.common.registry.GameRegistry.UniqueIdentifier;
import cpw.mods.fml.common.registry.LanguageRegistry;

@Mod(modid = TMGDO.MODID, name = TMGDO.MODID, version = TMGDO.VERSION)
@Mod(modid = "TooManyGodDamnOres", name = "TooManyGodDamnOres", version = "${version}")
public class TMGDO {

public static final String MODID = "TooManyGodDamnOres";
public static final String VERSION = "1.0-alpha";
public static ConfigCategory replacements;
public static ConfigCategory exclusions;

0 comments on commit b217d06

Please sign in to comment.