Skip to content

Commit

Permalink
#545 Updated to release version.
Browse files Browse the repository at this point in the history
  • Loading branch information
Shynixn committed Aug 24, 2024
1 parent 6ad6e84 commit dd78d8a
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 3 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.1.0"
version = "7.2.0"

repositories {
mavenLocal()
Expand Down
2 changes: 2 additions & 0 deletions docs/wiki/docs/api.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,3 +31,5 @@ public class YourPlugin extends JavaPlugin {
}
}
```

BlockBall broadcasts the following [events.](https://github.com/Shynixn/BlockBall/tree/master/src/main/java/com/github/shynixn/blockball/event)
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.1.0
version: 7.2.0
author: Shynixn
website: https://www.spigotmc.org/members/shynixn.63455/
main: com.github.shynixn.blockball.BlockBallPlugin
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/plugin.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: BlockBall
version: 7.1.0
version: 7.2.0
author: Shynixn
website: https://www.spigotmc.org/members/shynixn.63455/
main: com.github.shynixn.blockball.BlockBallPlugin
Expand Down

0 comments on commit dd78d8a

Please sign in to comment.