Skip to content

Commit

Permalink
Fetched minigamesbox 1.3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Tigerpanzer_02 committed Dec 31, 2023
1 parent 41ded51 commit fe0a5e2
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions .github/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@ deploy webhooks to print changelog successfully

That's all, matcher will stop when detects next line started with `###` match

### 5.0.3 Release (31.12.2023)
* Added 1.20.3 & 1.20.4 support
* Updated to minigamesbox 1.3.4

### 5.0.2 Release (14.09.2023)
* Fixed gtb round reset on player leave
* Fixed gtb "could not pass event AsyncPlayerChatEvent" if spectators ingame
Expand Down
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ repositories {
}

dependencies {
implementation("plugily.projects:MiniGamesBox-Classic:1.3.3") { isTransitive = false }
implementation("plugily.projects:MiniGamesBox-Classic:1.3.4") { 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")
Expand Down

0 comments on commit fe0a5e2

Please sign in to comment.