From e80ca1d97a36e27a08a0eb438726c69001a03685 Mon Sep 17 00:00:00 2001 From: mfnalex <1122571+mfnalex@users.noreply.github.com> Date: Thu, 15 Apr 2021 20:13:52 +0200 Subject: [PATCH] 9.7.2 release candidate --- CHANGELOG.md | 6 ++++++ pom.xml | 6 +++++- src/main/resources/plugin.yml | 2 +- 3 files changed, 12 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8fee145..5402a23 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## 9.7.2 +- Updated Turkish translation + +## 9.7.1 +- Fixed exception when also using AngelChest + ## 9.7.0 - Added hotkey to sort chests/barrels etc. by shiftclicking them - Can be configured per player using "/sort hotkeys" diff --git a/pom.xml b/pom.xml index 1bf25d7..13032b7 100644 --- a/pom.xml +++ b/pom.xml @@ -9,7 +9,7 @@ ChestSort https://www.chestsort.de Automatically sorts your chests! - 9.7.0 + 9.7.2 jar @@ -47,6 +47,10 @@ de.jeff_media.jefflib de.jeff_media.ChestSort.jefflib + + org.apache.maven.artifact + de.jeff_media.ChestSort.jefflib.thirdparty.org.apache.maven.artifact + de.jeff_media.updatechecker de.jeff_media.ChestSort.updatechecker diff --git a/src/main/resources/plugin.yml b/src/main/resources/plugin.yml index 15cf930..3a20a8e 100644 --- a/src/main/resources/plugin.yml +++ b/src/main/resources/plugin.yml @@ -1,6 +1,6 @@ main: de.jeff_media.ChestSort.ChestSortPlugin name: ChestSort -version: 9.7.0 +version: 9.7.1 api-version: "1.13" description: Allows automatic chest sorting author: mfnalex