diff --git a/build.gradle.kts b/build.gradle.kts index 69ea16d84..f0027bf65 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -9,7 +9,7 @@ plugins { } group = "com.github.shynixn" -version = "6.45.1" +version = "6.46.0" repositories { mavenLocal() diff --git a/docs/source/conf.py b/docs/source/conf.py index 97f0b3e95..694ec3268 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -55,9 +55,9 @@ # built documents. # # The short X.Y version. -version = '6.45.1' +version = '6.46.0' # The full version, including alpha/beta/rc tags. -release = '6.45.1' +release = '6.46.0' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. diff --git a/src/main/resources/plugin-legacy.yml b/src/main/resources/plugin-legacy.yml index 5739f8b93..f87ad891e 100644 --- a/src/main/resources/plugin-legacy.yml +++ b/src/main/resources/plugin-legacy.yml @@ -1,5 +1,5 @@ name: BlockBall -version: 6.45.1 +version: 6.46.0 author: Shynixn website: https://www.spigotmc.org/members/shynixn.63455/ main: com.github.shynixn.blockball.BlockBallPlugin diff --git a/src/main/resources/plugin.yml b/src/main/resources/plugin.yml index 13f7fc71b..a75b43159 100644 --- a/src/main/resources/plugin.yml +++ b/src/main/resources/plugin.yml @@ -1,5 +1,5 @@ name: BlockBall -version: 6.45.1 +version: 6.46.0 author: Shynixn website: https://www.spigotmc.org/members/shynixn.63455/ main: com.github.shynixn.blockball.BlockBallPlugin