Skip to content

Commit

Permalink
1.7.10-3.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Clashsoft committed Sep 16, 2014
1 parent df7cf26 commit 17ca32d
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 6 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.10-3.0.2

> Update to Clashsoft Lib 1.7.10-2.7.0.
+ Added interface for @Agadar's Brewing API.
+ Added CustomPotionRecipe.
+ Added logo.
* Fixed UpdateChecker not working.

1.7.10-3.0.1

> Update to Forge 1.7.10-10.13.0.1207.
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.10-3.0.1"
version = "1.7.10-3.0.2"
group = "clashsoft.brewingapi"
archivesBaseName = "BrewingAPI"

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 = "1.7.10-3.0.1";
public static final String VERSION = "1.7.10-3.0.2";
public static final String DEPENDENCIES = CSLib.DEPENDENCY;

@Instance(MODID)
Expand Down
11 changes: 7 additions & 4 deletions version.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
version=1.7.10-3.0.1
url=https://github.com/Clashsoft/Brewing-API/releases/download/1.7.10-3.0.1/BrewingAPI-1.7.10-3.0.1.jar
version=1.7.10-3.0.2
url=https://github.com/Clashsoft/Brewing-API/releases/download/1.7.10-3.0.2/BrewingAPI-1.7.10-3.0.2.jar

> Update to Forge 1.7.10-10.13.0.1207.
> Update to Clashsoft Lib 1.7.10-2.5.0.
> Update to Clashsoft Lib 1.7.10-2.7.0.
+ Added interface for @Agadar's Brewing API.
+ Added CustomPotionRecipe.
+ Added logo.
* Fixed UpdateChecker not working.

0 comments on commit 17ca32d

Please sign in to comment.