Skip to content

Commit

Permalink
Version bump again
Browse files Browse the repository at this point in the history
  • Loading branch information
impiaaa committed Mar 10, 2015
1 parent 2175fab commit ee3e02b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/net/boatcake/MyWorldGen/MyWorldGen.java
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@

import org.apache.logging.log4j.Logger;

@Mod(modid = MyWorldGen.MODID, name = "MyWorldGen", version = "1.3.5", dependencies = "after:OpenBlocks")
@Mod(modid = MyWorldGen.MODID, name = "MyWorldGen", version = "1.4", dependencies = "after:OpenBlocks")
public class MyWorldGen {
@Instance("MyWorldGen")
public static MyWorldGen instance;
Expand Down

0 comments on commit ee3e02b

Please sign in to comment.