Skip to content

Commit

Permalink
1.7.2-1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Clashsoft committed Apr 13, 2014
1 parent 80080ae commit 10f0796
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion BrewingAPI.java
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ public class BrewingAPI extends ClashsoftMod
public static final String MODID = "brewingapi";
public static final String NAME = "Brewing API";
public static final String ACRONYM = "bapi";
public static final String VERSION = CSUpdate.CURRENT_VERSION + "-1.0.0-pre";
public static final String VERSION = CSUpdate.CURRENT_VERSION + "-1.0.0";

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

0 comments on commit 10f0796

Please sign in to comment.