Skip to content

Commit

Permalink
Code Improvements • SkinTexture Fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
TheProgramSrc committed Aug 18, 2020
1 parent 1f9cdfa commit deb6c52
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 2 deletions.
20 changes: 19 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,22 @@
## v4.1.0 ChangeLog:
## v4.2.0 Changelog:
```
* Code Improvement
* SkinTexture Error Fixes
```

## v4.1.3 Changelog:
```
* Fixed a error that throws an Exception every time that you try to check the SkinTexture and the server doesn't give a response.
```

## v4.1.1 Changelog:
```
+ Added HexColor Parser in SuperUtils
* Bug Fixes with GUI not being closed if GUI#canCloseGUI is disabled
* Changed GUI Update from 5 Ticks to 2 Ticks
```

## v4.1.0 Changelog:
```
+ Re-Added TimerEvent due to fixes with GUI Creators
* Changed RecurringTask package
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>xyz.theprogramsrc</groupId>
<artifactId>SuperCoreAPI</artifactId>
<version>4.2.0-BETA3</version>
<version>4.2.0</version>
<packaging>jar</packaging>

<name>SuperCoreAPI</name>
Expand Down

0 comments on commit deb6c52

Please sign in to comment.