mirror of
https://github.com/JEFF-Media-GbR/ChestSort.git
synced 2024-12-02 15:43:22 +01:00
10.0.1
This commit is contained in:
parent
295b616669
commit
4b2a3c9fcc
@ -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
|
||||||
|
2
pom.xml
2
pom.xml
@ -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>
|
||||||
|
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user