Skip to content

Commit

Permalink
Update version
Browse files Browse the repository at this point in the history
  • Loading branch information
LXGaming committed Mar 30, 2019
1 parent ea9d5d9 commit ffded8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/landmaster/landcraft/api/ModInfo.java
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ public class ModInfo {

public static final String MODID = "landcraft";
public static final String NAME = "Land Craft";
public static final String VERSION = "2.2.1.2";
public static final String VERSION = "2.2.3.1";
public static final String DEPENDS = "required-after:forge@[14.23.0.2498,);required-after:landcore@[1.5.0.0,);"
+ "after:jei;after:cofhcore;after:crafttweaker;";

Expand Down

0 comments on commit ffded8a

Please sign in to comment.