diff --git a/CHANGELOG.md b/CHANGELOG.md index ee6f0eb..04c9d4b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,7 @@ # Changelog -## 7.6-pre1 +## 7.6 +- Added automatic inventory sorting (disabled by default). Can be activated by using /invsort on - Added options "toggle", "on", "off" to /chestsort. When no option is specified, "toggle" is assumed - Improved the messages sent by the update checker, including links for download, donation and changelog - Updated bStats to version 1.6 diff --git a/pom.xml b/pom.xml index a4b5368..099f4cf 100644 --- a/pom.xml +++ b/pom.xml @@ -6,7 +6,7 @@ de.jeffclan JeffChestSort - 7.6-pre3 + 7.6 jar JeffChestSort diff --git a/src/main/resources/plugin.yml b/src/main/resources/plugin.yml index b746ede..4c7d7b4 100644 --- a/src/main/resources/plugin.yml +++ b/src/main/resources/plugin.yml @@ -1,6 +1,6 @@ main: de.jeffclan.JeffChestSort.JeffChestSortPlugin name: ChestSort -version: 7.6-pre3 +version: 7.6 api-version: 1.13 description: Allows automatic chest sorting author: mfnalex