Skip to content

Commit

Permalink
1.7.2-2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Clashsoft committed Jun 20, 2014
1 parent 21177a6 commit 541f887
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions Changelog.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
1.7.2-2.0.0

! Update to latest Clashsoft Lib
+ Added a new potion recipe system
* Fixed potions not showing up in the creative search
* Documentation
* Bugfixes

1.7.2-1.0.1

* Fixed witch crash
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ buildscript
}

apply plugin: 'forge'
version = "1.7.2"
version = "1.7.2-2.0.0"
group = "clashsoft.brewingapi"
archivesBaseName = "Brewing API"

Expand Down
2 changes: 1 addition & 1 deletion src/main/java/clashsoft/brewingapi/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.1";
public static final String VERSION = CSUpdate.CURRENT_VERSION + "-2.0.0";
public static final String DEPENDENCIES = CSLib.DEPENDENCY;

@Instance(MODID)
Expand Down

0 comments on commit 541f887

Please sign in to comment.