13.0.5 fixed missing updatechecker relocation preventing ChestSort from enabling

This commit is contained in:
mfnalex 2022-03-21 10:55:59 +01:00
parent fbe8f55e7e
commit 59c25266ad
2 changed files with 10 additions and 2 deletions

View File

@ -1,5 +1,13 @@
# Changelog
## 13.0.5
Sorry for 3 updates within 10 minutes!
- Fixed missing relocation of update checker library preventing ChestSort from enabling
## 13.0.4
- Fixed .jar name
## 13.0.3
- Fixed AdvancedChests fix not being included in the last update
- Removed CrackShot dependency. CrackShotHook will still work via reflection. Ask the author to upload their plugin to a maven repository if this bothers you.

View File

@ -9,7 +9,7 @@
<name>ChestSort</name>
<url>https://www.chestsort.de</url>
<description>Allows automatic chest sorting!</description>
<version>13.0.4</version>
<version>13.0.5</version>
<packaging>jar</packaging>
<properties>
@ -73,7 +73,7 @@
</relocation>
<relocation>
<pattern>de.jeff_media.updatechecker</pattern>
<pattern>com.jeff_media.updatechecker</pattern>
<shadedPattern>de.jeff_media.chestsort.updatechecker</shadedPattern>
</relocation>