Skip to content

Commit

Permalink
Update version.
Browse files Browse the repository at this point in the history
Signed-off-by: King Lemming <[email protected]>
  • Loading branch information
KingLemming committed Aug 12, 2017
1 parent 1461532 commit d32c170
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build.properties
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ forge_version=14.21.1.2415
mappings=snapshot_20170624

# Mod Version
mod_version=1.0.0
mod_version=1.0.1
4 changes: 2 additions & 2 deletions src/main/java/cofh/cofhworld/CoFHWorld.java
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,12 @@ public class CoFHWorld {
public static final String MOD_ID = "cofhworld";
public static final String MOD_NAME = "CoFH World";

public static final String VERSION = "1.0.0";
public static final String VERSION = "1.0.1";
public static final String VERSION_MAX = "1.1.0";
public static final String VERSION_GROUP = "required-after:" + MOD_ID + "@[" + VERSION + "," + VERSION_MAX + ");";
public static final String UPDATE_URL = "https://raw.github.com/cofh/version/master/" + MOD_ID + "_update.json";

public static final String DEPENDENCIES = "required-after:forge@[" + "14.21.1.2388,14.22.0.0" + ");";
public static final String DEPENDENCIES = "required-after:forge@[" + "14.21.1.2388,15.0.0.0" + ");";

@Instance (MOD_ID)
public static CoFHWorld instance;
Expand Down

0 comments on commit d32c170

Please sign in to comment.