Skip to content

Commit 2c1bf78

Browse files
committed
1.7.10-1.0.3
1 parent 755f339 commit 2c1bf78

File tree

4 files changed

+13
-7
lines changed

4 files changed

+13
-7
lines changed

Changelog.txt

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
1.7.10-1.0.3
2+
3+
> Update to Forge 1.7.10-10.13.0.1207.
4+
> Update to Clashsoft Lib 1.7.10-2.5.0.
5+
* Fixed Creative tabs rendering incorrectly
6+
17
1.7.10-1.0.2
28

39
> Update to Minecraft 1.7.10.

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.10-1.0.2"
24+
version = "1.7.10-1.0.3"
2525
group = "clashsoft.playerinventoryapi"
2626
archivesBaseName = "PlayerInventoryAPI"
2727

src/main/java/clashsoft/playerinventoryapi/PlayerInventoryAPI.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ public class PlayerInventoryAPI extends ClashsoftMod
2323
public static final String MODID = "piapi";
2424
public static final String NAME = "Player Inventory API";
2525
public static final String ACRONYM = "piapi";
26-
public static final String VERSION = "1.7.10-1.0.2";
26+
public static final String VERSION = "1.7.10-1.0.3";
2727

2828
@Instance(MODID)
2929
public static PlayerInventoryAPI instance;

version.txt

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
version=1.7.10-1.0.2
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
1+
version=1.7.10-1.0.3
2+
url=https://github.com/Clashsoft/Player-Inventory-API/releases/download/1.7.10-1.0.3/PlayerInventoryAPI-1.7.10-1.0.3.jar
33

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

0 commit comments

Comments
 (0)