Skip to content

Commit deb6c52

Browse files
author
TheProgramSrc
committed
Code Improvements • SkinTexture Fixes
1 parent 1f9cdfa commit deb6c52

File tree

2 files changed

+20
-2
lines changed

2 files changed

+20
-2
lines changed

CHANGELOG.md

Lines changed: 19 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,22 @@
1-
## v4.1.0 ChangeLog:
1+
## v4.2.0 Changelog:
2+
```
3+
* Code Improvement
4+
* SkinTexture Error Fixes
5+
```
6+
7+
## v4.1.3 Changelog:
8+
```
9+
* Fixed a error that throws an Exception every time that you try to check the SkinTexture and the server doesn't give a response.
10+
```
11+
12+
## v4.1.1 Changelog:
13+
```
14+
+ Added HexColor Parser in SuperUtils
15+
* Bug Fixes with GUI not being closed if GUI#canCloseGUI is disabled
16+
* Changed GUI Update from 5 Ticks to 2 Ticks
17+
```
18+
19+
## v4.1.0 Changelog:
220
```
321
+ Re-Added TimerEvent due to fixes with GUI Creators
422
* Changed RecurringTask package

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
<groupId>xyz.theprogramsrc</groupId>
88
<artifactId>SuperCoreAPI</artifactId>
9-
<version>4.2.0-BETA3</version>
9+
<version>4.2.0</version>
1010
<packaging>jar</packaging>
1111

1212
<name>SuperCoreAPI</name>

0 commit comments

Comments
 (0)