diff --git a/Changelog.txt b/Changelog.txt index c24e7a505..f0c576d1e 100644 --- a/Changelog.txt +++ b/Changelog.txt @@ -1,3 +1,12 @@ +Version Beta 1.3.24 + New Features: + - Add support for Minecraft 1.20.4 + Bug Fixes: + - Fix revert_command executing normal command instead + - Fix level progression menu items_per_page above 24 not working + - Fix pierce level out of range error + - Fix ManaAbilityActiveEvent cancellation not working + Version Beta 1.3.23 New Features: - Add support for Minecraft 1.20.2 diff --git a/bukkit/src/main/resources/plugin.yml b/bukkit/src/main/resources/plugin.yml index 0ef2f3784..8e1a41d28 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.23 +version: Beta 1.3.24 main: com.archyx.aureliumskills.AureliumSkills description: Feature-Packed Skills Plugin author: Archyx diff --git a/gradle.properties b/gradle.properties index 138b68c8c..a1deafee2 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1 +1 @@ -projectVersion = Beta1.3.23 \ No newline at end of file +projectVersion = Beta1.3.24 \ No newline at end of file