This commit is contained in:
mfnalex 2021-05-19 16:05:53 +02:00
parent 295b616669
commit 4b2a3c9fcc
3 changed files with 3 additions and 3 deletions

View File

@ -1,6 +1,6 @@
# Changelog # Changelog
## 10.0.0 ## 10.0.1
- API update - some weird Spigot update broke casting the Plugin instance to its interface. - API update - some weird Spigot update broke casting the Plugin instance to its interface.
- Plugins depending on ChestSort or using its API must be updated too. - Plugins depending on ChestSort or using its API must be updated too.
- API is now accessed simply via de.jeff_media.chestsort.ChestSortAPI - API is now accessed simply via de.jeff_media.chestsort.ChestSortAPI

View File

@ -9,7 +9,7 @@
<name>ChestSort</name> <name>ChestSort</name>
<url>https://www.chestsort.de</url> <url>https://www.chestsort.de</url>
<description>Automatically sorts your chests!</description> <description>Automatically sorts your chests!</description>
<version>10.0.0</version> <version>10.0.1</version>
<packaging>jar</packaging> <packaging>jar</packaging>
<properties> <properties>

View File

@ -1,6 +1,6 @@
main: de.jeff_media.chestsort.ChestSortPlugin main: de.jeff_media.chestsort.ChestSortPlugin
name: ChestSort name: ChestSort
version: 9.7.1 version: 10.0.1
api-version: "1.13" api-version: "1.13"
description: Allows automatic chest sorting description: Allows automatic chest sorting
author: mfnalex author: mfnalex