Skip to content

Commit

Permalink
Bump to version 0.8.3
Browse files Browse the repository at this point in the history
Includes a Cyclops Core bump to 0.2.0
  • Loading branch information
rubensworks committed Sep 23, 2015
1 parent 199b0c1 commit 67ed629
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
4 changes: 2 additions & 2 deletions build.properties
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
mod_version=0.8.2
mod_version=0.8.3
minecraft_version=1.8
forge_version=11.14.3.1494
cyclopscore_version=0.1.1-143
cyclopscore_version=0.2.0-147
release_type=release

tconstruct_version=1.8.3.build927
Expand Down
5 changes: 5 additions & 0 deletions resources/changelog/1.8-0.8.3.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
Fixes:
* Fix Vengeance Spirits always attacking, even when not visible. Fix #263

Changes:
* Update to latest Cyclops Core version
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 @@ -69,7 +69,7 @@ public class Reference {
public static final String MOD_FORGE_VERSION_MIN = "11.14.3.1494";
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.1.1";
public static final String MOD_CYCLOPSCORE_VERSION_MIN = "0.2.0";
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 67ed629

Please sign in to comment.