From bf11bd41219329e032b7386ac132e9faa67af679 Mon Sep 17 00:00:00 2001 From: LlmDl Date: Tue, 4 Jul 2023 17:06:00 -0500 Subject: [PATCH] Bump version number and correct changelog. --- pom.xml | 2 +- src/main/resources/Changelog.txt | 5 ++--- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/pom.xml b/pom.xml index 0f4d25a..d10fcf8 100644 --- a/pom.xml +++ b/pom.xml @@ -5,7 +5,7 @@ 4.0.0 com.iConomy iConomy - 5.19 + 5.20 iConomy 5 The good ole iConomy 5 https://github.com/iconomy5legacy/iConomy diff --git a/src/main/resources/Changelog.txt b/src/main/resources/Changelog.txt index 80535e7..8bbd0c5 100644 --- a/src/main/resources/Changelog.txt +++ b/src/main/resources/Changelog.txt @@ -1,6 +1,3 @@ -5.21: - - Add description to plugin.yml, courtesy of ImperialSam12 with PR #39. - - Add tab completion, courtesy of ewof and LlmDl with PR #37. 5.20: - Refactor command parsing. - Remove Bank feature, which likely did not work anyways. @@ -8,6 +5,8 @@ - Fix missing no-permissions feedback. - Fix ops not receiving iConomy.list permission node. - Switch to Java 17 and add Jabel. + - Add description to plugin.yml, courtesy of ImperialSam12 with PR #39. + - Add tab completion, courtesy of ewof and LlmDl with PR #37. 5.19: - Add support for Folia servers, iConomy now requires Towny 0.99.2.0 or newer to be installed. 5.18: