Skip to content

Commit

Permalink
1.7.2-1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Clashsoft committed Jun 29, 2014
1 parent 3b986ba commit e05eb3d
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions Changelog.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
1.7.2-1.0.1

! Update to Clashsoft Lib 1.7.2-2.1.2
* Fixed second tab page not showing up
* Bugfixes

1.7.2-1.0.0

+ Added the ability to add slots
Expand Down
4 changes: 2 additions & 2 deletions 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-1.0.1"
group = "clashsoft.playerinventoryapi"
archivesBaseName = "Player Inventory API"

Expand All @@ -30,7 +30,7 @@ targetCompatibility = 1.7

minecraft
{
version = "1.7.2-10.12.1.1103"
version = "1.7.2-10.12.2.1126"

if(file('../run').exists())
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ public class PlayerInventoryAPI extends ClashsoftMod
public static final String MODID = "piapi";
public static final String NAME = "Player Inventory API";
public static final String ACRONYM = "piapi";
public static final String VERSION = CSUpdate.CURRENT_VERSION + "-1.0.0";
public static final String VERSION = CSUpdate.CURRENT_VERSION + "-1.0.1";

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

0 comments on commit e05eb3d

Please sign in to comment.