Skip to content

Commit

Permalink
#patch Fixed startup issues (#78)
Browse files Browse the repository at this point in the history
* Bump version from 5.0.2 to 5.0.2-SNAPSHOT0

* Fetched 1.3.5 MiniGamesBox

* Bump version from 5.0.2-SNAPSHOT0 to 5.0.2-SNAPSHOT1

---------

Co-authored-by: version-bump[github-action] <41898282+version-bump[github-action]@users.noreply.github.com>
  • Loading branch information
Tigerpanzer02 and version-bump[github-action] authored Jan 3, 2024
1 parent 98dee90 commit 19cc22a
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions .github/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 <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
Expand Down
4 changes: 2 additions & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 19cc22a

Please sign in to comment.