diff --git a/.github/CHANGELOG.md b/.github/CHANGELOG.md index f68db267..72c722f1 100644 --- a/.github/CHANGELOG.md +++ b/.github/CHANGELOG.md @@ -10,6 +10,11 @@ deploy webhooks to print changelog successfully That's all, matcher will stop when detects next line started with `###` match +### 5.0.3 Release (03.01.2024) +* Added new command /bba locale to set your locale +* Fixed GameProfile API 1.20 change +* Fixed none kits related plugins issues + ### 5.0.2 Release (31.12.2023) * Fixed gtb round reset on player leave * Fixed gtb "could not pass event AsyncPlayerChatEvent" if spectators ingame diff --git a/build.gradle.kts b/build.gradle.kts index 418f5aa1..59093685 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -38,14 +38,14 @@ repositories { } dependencies { - implementation("plugily.projects:MiniGamesBox-Classic:1.3.4") { isTransitive = false } + implementation("plugily.projects:MiniGamesBox-Classic:1.3.5") { isTransitive = false } compileOnly("org.spigotmc:spigot-api:1.19.3-R0.1-SNAPSHOT") compileOnly("net.citizensnpcs:citizensapi:2.0.31-SNAPSHOT") compileOnly("org.jetbrains:annotations:24.0.1") } group = "plugily.projects" -version = "5.0.2" +version = "5.0.2-SNAPSHOT1" description = "BuildBattle" java {