Skip to content

Commit

Permalink
Bump mod version
Browse files Browse the repository at this point in the history
  • Loading branch information
rubensworks committed May 25, 2016
1 parent 10733a3 commit af65877
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=0.10.1
mod_version=0.10.2
minecraft_version=1.9.4
forge_version=12.17.0.1909-1.9.4
mcp_mappings_version=snapshot_20160516
cyclopscore_version=0.6.2-336
cyclopscore_version=0.6.3-340
release_type=release

waila_version=1.7.0-B3_1.9.4
Expand Down
6 changes: 6 additions & 0 deletions resources/changelog/1.9.4-0.10.2.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.6.3.

Fixes:
* Fix Spirit Furnace crash, Closes #400
* Fix Redstone Grenade crash, Closes #401
2 changes: 1 addition & 1 deletion src/main/java/org/cyclops/evilcraft/Reference.java
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ public class Reference {
public static final String MOD_FORGE_VERSION_MIN = "12.17.0.1909";
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.6.1";
public static final String MOD_CYCLOPSCORE_VERSION_MIN = "0.6.3";
public static final String MOD_THERMALEXPANSION = "ThermalExpansion";
public static final String MOD_WAILA = "Waila";
public static final String MOD_FMP = "ForgeMultipart";
Expand Down

0 comments on commit af65877

Please sign in to comment.