Skip to content

Commit

Permalink
Fix mod version
Browse files Browse the repository at this point in the history
  • Loading branch information
mezz committed Dec 4, 2015
1 parent fbb21d2 commit fece2d2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions build.gradle
Expand Up @@ -17,6 +17,7 @@ targetCompatibility = 1.8
minecraft {
version = mcversion + "-" + forgeversion
runDir = "run"
replace '@VERSION@', project.version
mappings = "snapshot_nodoc_20151110"
}

Expand Down
2 changes: 1 addition & 1 deletion src/main/java/mezz/jei/config/Constants.java
Expand Up @@ -7,7 +7,7 @@ public class Constants {
// Mod info
public static final String MOD_ID = "JEI";
public static final String NAME = "Just Enough Items";
public static final String VERSION = "1.0";
public static final String VERSION = "@VERSION@";

// Textures
public static final String RESOURCE_DOMAIN = MOD_ID.toLowerCase(Locale.ENGLISH);
Expand Down

0 comments on commit fece2d2

Please sign in to comment.