Skip to content

Commit

Permalink
1.7.2-2.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Clashsoft committed Jul 20, 2014
1 parent a73a2b1 commit 4c90a67
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions Changelog.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
1.7.2-2.0.1

! Update to Clashsoft Lib 1.7.2-2.2.0

1.7.2-2.0.0

! Update to latest Clashsoft Lib
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-2.0.0"
version = "1.7.2-2.0.1"
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 @@ -60,7 +60,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 + "-2.0.0";
public static final String VERSION = CSUpdate.CURRENT_VERSION + "-2.0.1";
public static final String DEPENDENCIES = CSLib.DEPENDENCY;

@Instance(MODID)
Expand Down

0 comments on commit 4c90a67

Please sign in to comment.