From cf67e3502aef98c28352d890616c15ef7e65d0bf Mon Sep 17 00:00:00 2001 From: nossr50 Date: Tue, 7 Dec 2021 19:29:36 -0800 Subject: [PATCH] dev mode --- Changelog.txt | 6 ++++++ pom.xml | 4 ++-- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/Changelog.txt b/Changelog.txt index f7d170248..bb1565d3d 100644 --- a/Changelog.txt +++ b/Changelog.txt @@ -1,3 +1,9 @@ +Version 2.1.206 + + + NOTES: + mcMMO will target the newest version of MC moving forward, any backwards compatibility with prior versions of Minecraft should be considered a side effect rather than intended. + Version 2.1.205 Fixed yet another exception preventing Alchemy from working (thanks NemuruYama) Added some code to cleanup potential memory leaks diff --git a/pom.xml b/pom.xml index 226737f9f..3067b9ee7 100755 --- a/pom.xml +++ b/pom.xml @@ -2,7 +2,7 @@ 4.0.0 com.gmail.nossr50.mcMMO mcMMO - 2.1.205 + 2.1.206-SNAPSHOT mcMMO https://github.com/mcMMO-Dev/mcMMO @@ -302,7 +302,7 @@ org.spigotmc spigot-api - 1.17.1-R0.1-SNAPSHOT + 1.18-R0.1-SNAPSHOT provided