Skip to content

Commit

Permalink
Bump mod version
Browse files Browse the repository at this point in the history
  • Loading branch information
rubensworks committed Jan 2, 2017
1 parent 1e1a986 commit ad2656c
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.properties
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ mod_version=0.1.6
minecraft_version=1.11.2
forge_version=13.20.0.2201
mcp_mappings_version=snapshot_20161206
cyclopscore_version=0.8.2-446
cyclopscore_version=0.9.0-453
release_type=release
3 changes: 3 additions & 0 deletions resources/changelog/1.11.2-0.1.6.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
Requires CyclopsCore version 0.9.0 or higher.

Initial 1.11 port
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ public final class Reference {
public static final String MOD_FORGE_VERSION_MIN = "13.20.0.2201";
public static final String MOD_CYCLOPSCORE = "cyclopscore";
public static final String MOD_CYCLOPSCORE_MINVERSION = "@CYCLOPSCORE_VERSION@";
public static final String MOD_CYCLOPSCORE_VERSION_MIN = "0.8.2";
public static final String MOD_CYCLOPSCORE_VERSION_MIN = "0.9.0";

// Dependencies
public static final String MOD_DEPENDENCIES =
Expand Down

0 comments on commit ad2656c

Please sign in to comment.