Skip to content

Commit

Permalink
Merge pull request #595 from Shynixn/development
Browse files Browse the repository at this point in the history
Merge changes to master --release
  • Loading branch information
Shynixn authored Jan 5, 2025
2 parents 9baf430 + 556ba0d commit 050698f
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ plugins {
}

group = "com.github.shynixn"
version = "7.10.0"
version = "7.10.1"

repositories {
mavenLocal()
Expand Down
Binary file removed docs/wiki/BlockBall-GeyserMC.7z
Binary file not shown.
2 changes: 1 addition & 1 deletion src/main/resources/plugin-legacy.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: BlockBall
version: 7.10.0
version: 7.10.1
author: Shynixn
website: https://www.spigotmc.org/members/shynixn.63455/
main: com.github.shynixn.blockball.BlockBallPlugin
Expand Down
4 changes: 2 additions & 2 deletions src/main/resources/plugin.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: BlockBall
version: 7.10.0
version: 7.10.1
author: Shynixn
website: https://www.spigotmc.org/members/shynixn.63455/
main: com.github.shynixn.blockball.BlockBallPlugin
Expand All @@ -8,7 +8,7 @@ api-version: 1.13
libraries:
- com.github.shynixn.mccoroutine:mccoroutine-bukkit-api:2.20.0
- com.github.shynixn.mccoroutine:mccoroutine-bukkit-core:2.20.0
- com.google.inject:guice:7.0.0
- com.google.inject:guice:5.0.1
- com.google.code.gson:gson:2.10.1
- com.zaxxer:HikariCP:5.1.0
- org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.9.25
Expand Down

0 comments on commit 050698f

Please sign in to comment.