Skip to content

Commit

Permalink
Updated to minigamesbox 1.3.11
Browse files Browse the repository at this point in the history
  • Loading branch information
Tigerpanzer02 committed Jul 9, 2024
1 parent 9d89cbb commit df29761
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions .github/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,16 @@ deploy webhooks to print changelog successfully

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

### 5.0.9 Release (09.07.2024)
* Updated to minigamesbox 1.3.11
* Fixed ChunkManager.sendMapChunk

### 5.0.8 Release (25.06.2024)
* Updated to minigamesbox 1.3.9

### 5.0.7 Release (18.06.2024)
* API update

### 5.0.6 Release (24.04.2024)
* Updated to minigamesbox 1.3.8

Expand Down
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ repositories {
}

dependencies {
implementation("plugily.projects:MiniGamesBox-Classic:1.3.10") { isTransitive = false }
implementation("plugily.projects:MiniGamesBox-Classic:1.3.11") { isTransitive = false }
compileOnly("org.spigotmc:spigot-api:1.20.4-R0.1-SNAPSHOT")
compileOnly("io.papermc.paper:paper-api:1.20.4-R0.1-SNAPSHOT")
compileOnly("net.citizensnpcs:citizensapi:2.0.31-SNAPSHOT")
Expand Down

0 comments on commit df29761

Please sign in to comment.