mirror of
https://github.com/JEFF-Media-GbR/ChestSort.git
synced 2024-12-02 23:53:21 +01:00
10.0.1
This commit is contained in:
parent
295b616669
commit
4b2a3c9fcc
@ -1,6 +1,6 @@
|
||||
# Changelog
|
||||
|
||||
## 10.0.0
|
||||
## 10.0.1
|
||||
- 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.
|
||||
- API is now accessed simply via de.jeff_media.chestsort.ChestSortAPI
|
||||
|
2
pom.xml
2
pom.xml
@ -9,7 +9,7 @@
|
||||
<name>ChestSort</name>
|
||||
<url>https://www.chestsort.de</url>
|
||||
<description>Automatically sorts your chests!</description>
|
||||
<version>10.0.0</version>
|
||||
<version>10.0.1</version>
|
||||
<packaging>jar</packaging>
|
||||
|
||||
<properties>
|
||||
|
@ -1,6 +1,6 @@
|
||||
main: de.jeff_media.chestsort.ChestSortPlugin
|
||||
name: ChestSort
|
||||
version: 9.7.1
|
||||
version: 10.0.1
|
||||
api-version: "1.13"
|
||||
description: Allows automatic chest sorting
|
||||
author: mfnalex
|
||||
|
Loading…
Reference in New Issue
Block a user