Skip to content

Commit

Permalink
Bump mod version
Browse files Browse the repository at this point in the history
  • Loading branch information
rubensworks committed Jun 18, 2017
1 parent 2251b2c commit 0a54db8
Show file tree
Hide file tree
Showing 3 changed files with 9 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.1.2
mod_version=1.1.3
minecraft_version=1.10.2
forge_version=12.18.2.2122
mcp_mappings_version=snapshot_20160701
cyclopscore_version=0.10.5-566
cyclopscore_version=0.10.6-574
release_type=release

teslaapi_version=1.2.1.46
Expand Down
6 changes: 6 additions & 0 deletions resources/changelog/1.10.2-1.1.3.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
As always, don't forget to backup your world before updating!
Requires CyclopsCore version 0.10.6 or higher.

Fixes:
* Make IC2-FE source and sink implementations more flexible, Closes #9

2 changes: 1 addition & 1 deletion src/main/java/org/cyclops/energysynergy/Reference.java
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 = "12.18.2.2122";
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.10.5";
public static final String MOD_CYCLOPSCORE_VERSION_MIN = "0.10.6";
public static final String MOD_TESLA = "tesla";
public static final String MOD_RF_API = "CoFHAPI";
public static final String MOD_IC2 = "IC2";
Expand Down

0 comments on commit 0a54db8

Please sign in to comment.