diff --git a/.github/CHANGELOG.md b/.github/CHANGELOG.md index 2823b7f..e3026fc 100644 --- a/.github/CHANGELOG.md +++ b/.github/CHANGELOG.md @@ -1,3 +1,8 @@ +### 2.0.5 Release (03.01.2024) +* Added new command /tba locale to set your locale +* Fixed GameProfile API 1.20 change +* Fixed none kits related plugins issues + ### 2.0.4 Release (31.12.2024) * Moved kits.yml to own /kits files * Updated to minigamesbox 1.3.4 diff --git a/build.gradle.kts b/build.gradle.kts index 8e579de..c32d2a4 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -17,7 +17,7 @@ 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.20.1-R0.1-SNAPSHOT") compileOnly("io.papermc.paper:paper-api:1.19.3-R0.1-SNAPSHOT") compileOnly("org.jetbrains:annotations:24.0.1")