Skip to content

Commit

Permalink
Bump mod version
Browse files Browse the repository at this point in the history
  • Loading branch information
rubensworks committed Apr 25, 2017
1 parent 75a1210 commit c7d574a
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 3 deletions.
4 changes: 2 additions & 2 deletions build.properties
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
mod_version=1.3.1
mod_version=1.3.2
minecraft_version=1.11.2
forge_version=13.20.0.2206
mcp_mappings_version=snapshot_20161206
cyclopscore_version=0.9.2-482
cyclopscore_version=0.10.1-529
release_type=release

rfapi_version=1.8.9R1.2.0B1.1
Expand Down
9 changes: 9 additions & 0 deletions resources/changelog/1.11.2-1.3.2.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
As always, don't forget to backup your world before updating!
Requires CyclopsCore version 0.10.1 or higher.

Additions:
* Restore IC2 modcompat

Fixes:
* Update to latest Common Capabilities API

Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ public class Reference {
public static final String MOD_FORGE_VERSION_MIN = "13.20.0.2206";
public static final String MOD_CYCLOPSCORE = "cyclopscore";
public static final String MOD_CYCLOPSCORE_VERSION = "@CYCLOPSCORE_VERSION@";
public static final String MOD_CYCLOPSCORE_VERSION_MIN = "0.9.2";
public static final String MOD_CYCLOPSCORE_VERSION_MIN = "0.10.1";
public static final String MOD_VANILLA = "Minecraft";
public static final String MOD_RF_API = "CoFHAPI";
public static final String MOD_ENDERIO = "EnderIO";
Expand Down

0 comments on commit c7d574a

Please sign in to comment.