Skip to content

Commit

Permalink
#patch Added 1.20.3 & 4 support (#67)
Browse files Browse the repository at this point in the history
* Bump version from 2.0.2 to 2.0.2-SNAPSHOT0

* Updated MinigamesBox to support 1.20.4

* Bump version from 2.0.2-SNAPSHOT0 to 2.0.2-SNAPSHOT1

* Update CHANGELOG.md

* Bump version from 2.0.2-SNAPSHOT1 to 2.0.2-SNAPSHOT2

---------

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 Dec 31, 2023
1 parent cba732e commit 750ce06
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions .github/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
### 2.0.3 Release (31.12.2023)
* Added 1.20.3 & 1.20.4 support
* Updated to minigamesbox 1.3.4

### 2.0.2 Release (29.11.2023)
* Fixed cauldronclick adds gold instead of removing gold
* Fixed IAE on particles
Expand Down
4 changes: 2 additions & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -17,15 +17,15 @@ 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("io.papermc.paper:paper-api:1.19.3-R0.1-SNAPSHOT")
compileOnly("org.jetbrains:annotations:24.0.1")
compileOnly(files("lib/CorpseReborn.jar"))
}

group = "plugily.projects"
version = "2.0.2"
version = "2.0.2-SNAPSHOT2"
description = "MurderMystery"

java {
Expand Down

0 comments on commit 750ce06

Please sign in to comment.