Skip to content

Commit

Permalink
1.7.10-1.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Clashsoft committed Aug 16, 2014
1 parent 755f339 commit 2c1bf78
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 7 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.10-1.0.3

> Update to Forge 1.7.10-10.13.0.1207.
> Update to Clashsoft Lib 1.7.10-2.5.0.
* Fixed Creative tabs rendering incorrectly

1.7.10-1.0.2

> Update to Minecraft 1.7.10.
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-1.0.2"
version = "1.7.10-1.0.3"
group = "clashsoft.playerinventoryapi"
archivesBaseName = "PlayerInventoryAPI"

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,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 = "1.7.10-1.0.2";
public static final String VERSION = "1.7.10-1.0.3";

@Instance(MODID)
public static PlayerInventoryAPI instance;
Expand Down
10 changes: 5 additions & 5 deletions version.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
version=1.7.10-1.0.2
url=https://github.com/Clashsoft/Player-Inventory-API/releases/download/1.7.10-1.0.2/PlayerInventoryAPI-1.7.10-1.0.2.jar
version=1.7.10-1.0.3
url=https://github.com/Clashsoft/Player-Inventory-API/releases/download/1.7.10-1.0.3/PlayerInventoryAPI-1.7.10-1.0.3.jar

! Update to Minecraft 1.7.10.
! Update to Clashsoft Lib 1.7.10-2.4.2.
* Fixed UpdateChecker not working
> Update to Forge 1.7.10-10.13.0.1207.
> Update to Clashsoft Lib 1.7.10-2.5.0.
* Fixed Creative tabs rendering incorrectly

0 comments on commit 2c1bf78

Please sign in to comment.