From 59c25266ad2610fd245e19c2300eeb9f0d2fdc56 Mon Sep 17 00:00:00 2001 From: mfnalex <1122571+mfnalex@users.noreply.github.com> Date: Mon, 21 Mar 2022 10:55:59 +0100 Subject: [PATCH] 13.0.5 fixed missing updatechecker relocation preventing ChestSort from enabling --- CHANGELOG.md | 8 ++++++++ pom.xml | 4 ++-- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3f9ef78..09849fc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## 13.0.5 +Sorry for 3 updates within 10 minutes! + +- Fixed missing relocation of update checker library preventing ChestSort from enabling + +## 13.0.4 +- Fixed .jar name + ## 13.0.3 - Fixed AdvancedChests fix not being included in the last update - Removed CrackShot dependency. CrackShotHook will still work via reflection. Ask the author to upload their plugin to a maven repository if this bothers you. diff --git a/pom.xml b/pom.xml index 9ea4dc7..2ea54e9 100644 --- a/pom.xml +++ b/pom.xml @@ -9,7 +9,7 @@ ChestSort https://www.chestsort.de Allows automatic chest sorting! - 13.0.4 + 13.0.5 jar @@ -73,7 +73,7 @@ - de.jeff_media.updatechecker + com.jeff_media.updatechecker de.jeff_media.chestsort.updatechecker