Skip to content

Commit

Permalink
Update minimum CyclopsCore version
Browse files Browse the repository at this point in the history
  • Loading branch information
rubensworks committed Nov 12, 2015
1 parent b9ea7c7 commit 3cffe59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/org/cyclops/colossalchests/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 = "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.3.0";
public static final String MOD_CYCLOPSCORE_VERSION_MIN = "0.4.0";

// Dependencies
public static final String MOD_DEPENDENCIES =
Expand Down

0 comments on commit 3cffe59

Please sign in to comment.