Skip to content

Commit

Permalink
Fetched 1.3.5 MiniGamesBox
Browse files Browse the repository at this point in the history
  • Loading branch information
Tigerpanzer02 committed Jan 2, 2024
1 parent 55bf0ba commit 0f618cf
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .github/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
### 2.0.4 Release (03.01.2024)
* Added new command /mma locale <locale> to set your locale
* Fixed GameProfile API 1.20 change
* Fixed none kits related plugins issues

### 2.0.3 Release (31.12.2023)
* Added 1.20.3 & 1.20.4 support
* Updated to minigamesbox 1.3.4
Expand Down
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -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.19.3-R0.1-SNAPSHOT")
compileOnly("io.papermc.paper:paper-api:1.19.3-R0.1-SNAPSHOT")
compileOnly("org.jetbrains:annotations:24.0.1")
Expand Down

0 comments on commit 0f618cf

Please sign in to comment.