From dd651de5192fae2214c938d499cf485d99d53379 Mon Sep 17 00:00:00 2001 From: Archy-X Date: Mon, 25 Sep 2023 19:56:11 -0400 Subject: [PATCH] Beta 1.3.23 Release --- Changelog.txt | 6 ++++++ bukkit/src/main/resources/plugin.yml | 2 +- gradle.properties | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/Changelog.txt b/Changelog.txt index 6810a94ad..c24e7a505 100644 --- a/Changelog.txt +++ b/Changelog.txt @@ -1,3 +1,9 @@ +Version Beta 1.3.23 + New Features: + - Add support for Minecraft 1.20.2 + Bug Fixes: + - Fix bug with mana and stat modifiers + Version Beta 1.3.22 Bug Fixes: - Ensure all String case calls use ROOT locale to fix config bugs diff --git a/bukkit/src/main/resources/plugin.yml b/bukkit/src/main/resources/plugin.yml index 2f3fef6a7..0ef2f3784 100644 --- a/bukkit/src/main/resources/plugin.yml +++ b/bukkit/src/main/resources/plugin.yml @@ -1,5 +1,5 @@ name: AureliumSkills -version: Beta 1.3.22 +version: Beta 1.3.23 main: com.archyx.aureliumskills.AureliumSkills description: Feature-Packed Skills Plugin author: Archyx diff --git a/gradle.properties b/gradle.properties index 03e2cb00b..138b68c8c 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1 +1 @@ -projectVersion = Beta1.3.22 \ No newline at end of file +projectVersion = Beta1.3.23 \ No newline at end of file