Skip to content

Commit 541f887

Browse files
committed
1.7.2-2.0.0
1 parent 21177a6 commit 541f887

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

Changelog.txt

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
1.7.2-2.0.0
2+
3+
! Update to latest Clashsoft Lib
4+
+ Added a new potion recipe system
5+
* Fixed potions not showing up in the creative search
6+
* Documentation
7+
* Bugfixes
8+
19
1.7.2-1.0.1
210

311
* Fixed witch crash

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ buildscript
2121
}
2222

2323
apply plugin: 'forge'
24-
version = "1.7.2"
24+
version = "1.7.2-2.0.0"
2525
group = "clashsoft.brewingapi"
2626
archivesBaseName = "Brewing API"
2727

src/main/java/clashsoft/brewingapi/BrewingAPI.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ public class BrewingAPI extends ClashsoftMod
5959
public static final String MODID = "brewingapi";
6060
public static final String NAME = "Brewing API";
6161
public static final String ACRONYM = "bapi";
62-
public static final String VERSION = CSUpdate.CURRENT_VERSION + "-1.0.1";
62+
public static final String VERSION = CSUpdate.CURRENT_VERSION + "-2.0.0";
6363
public static final String DEPENDENCIES = CSLib.DEPENDENCY;
6464

6565
@Instance(MODID)

0 commit comments

Comments
 (0)