diff --git a/.changelogs.md b/.changelogs.md index 995cc98..852dc54 100644 --- a/.changelogs.md +++ b/.changelogs.md @@ -47,7 +47,7 @@ - fixed missing permissions for forms and commands - Version bump -### Changelog V3.0.0 » V4.0.0-DEV +### Changelog V3.0.0 » V4.0.0 > This version does contain many major code changes from the previous version. This version is a bug-fix and feature update. - *[NEW]* - add MySQL support for bans ([#8](https://github.com/supercrafter333/BetterBan/issues/8)) (Thank you very much [@Tobias-2006](https://github.com/Tobias-2006)) - *[NEW]* - `/baninfo`: Added a new message, when the player isn't banned ([#17](https://github.com/supercrafter333/BetterBan/issues/17)) diff --git a/plugin.yml b/plugin.yml index b18ab4f..f54f98d 100644 --- a/plugin.yml +++ b/plugin.yml @@ -1,5 +1,5 @@ name: BetterBan -version: 3.0.0 +version: 4.0.0 api: 3.0.0 main: supercrafter333\BetterBan\BetterBan author: supercrfafter333 diff --git a/src/supercrafter333/BetterBan/BetterBan.php b/src/supercrafter333/BetterBan/BetterBan.php index 2033529..3750259 100644 --- a/src/supercrafter333/BetterBan/BetterBan.php +++ b/src/supercrafter333/BetterBan/BetterBan.php @@ -38,7 +38,7 @@ class BetterBan extends PluginBase /** * Version of BetterBan */ - public const VERSION = "4.0.0-DEV"; + public const VERSION = "4.0.0"; /** * @var null