This commit is contained in:
mfnalex 2021-02-17 21:10:52 +01:00
parent d233cc7f73
commit 2498e60be5
3 changed files with 5 additions and 2 deletions

View File

@ -1,5 +1,8 @@
# Changelog # Changelog
## 9.1.1
- Fixed category files being "too wildcardy" lol
## 9.1.0 ## 9.1.0
- Added compatibility with GoldenCrates (thanks to xmssss @ Github) - Added compatibility with GoldenCrates (thanks to xmssss @ Github)
- Improved Spanish translation (thanks to Carlosjrlu @ Github) - Improved Spanish translation (thanks to Carlosjrlu @ Github)

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>9.1.0</version> <version>9.1.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.1.0 version: 9.1.1
api-version: "1.13" api-version: "1.13"
description: Allows automatic chest sorting description: Allows automatic chest sorting
author: mfnalex author: mfnalex