Skip to content

Commit

Permalink
1.7.2-1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Clashsoft committed Apr 20, 2014
1 parent f77d0ae commit a96c507
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion MorePotionsMod.java
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ public class MorePotionsMod extends ClashsoftMod<MPMNetHandler>
public static final String NAME = "More Potions Mod";
public static final String ACRONYM = "mpm";
public static final String DEPENDENCIES = CSLib.DEPENDENCY + ";required-after:" + BrewingAPI.MODID;
public static final String VERSION = CSUpdate.CURRENT_VERSION + "-1.0.0";
public static final String VERSION = CSUpdate.CURRENT_VERSION + "-1.0.1";

@Instance(MODID)
public static MorePotionsMod instance;
Expand Down

0 comments on commit a96c507

Please sign in to comment.