From c2e929896acf5b87bea8663be2efd0de85ac2bb0 Mon Sep 17 00:00:00 2001 From: mfnalex Date: Mon, 1 Mar 2021 12:42:25 +0100 Subject: [PATCH] 9.4.0 release --- src/main/java/de/jeff_media/ChestSort/ChestSortPlugin.java | 2 +- src/main/resources/config.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main/java/de/jeff_media/ChestSort/ChestSortPlugin.java b/src/main/java/de/jeff_media/ChestSort/ChestSortPlugin.java index d2441be..12e1116 100644 --- a/src/main/java/de/jeff_media/ChestSort/ChestSortPlugin.java +++ b/src/main/java/de/jeff_media/ChestSort/ChestSortPlugin.java @@ -74,7 +74,7 @@ public class ChestSortPlugin extends JavaPlugin implements de.jeff_media.ChestSo String sortingMethod; ArrayList disabledWorlds; ChestSortAPIHandler api; - final int currentConfigVersion = 45; + final int currentConfigVersion = 46; boolean usingMatchingConfig = true; protected boolean debug = false; boolean verbose = true; diff --git a/src/main/resources/config.yml b/src/main/resources/config.yml index ac35462..15bb860 100644 --- a/src/main/resources/config.yml +++ b/src/main/resources/config.yml @@ -658,4 +658,4 @@ log: false # Please DO NOT change the following line manually! # It is used by the automatic config updater. -config-version: 45 \ No newline at end of file +config-version: 46 \ No newline at end of file