diff --git a/CHANGELOG.md b/CHANGELOG.md index 9135a05..f7336ee 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [4.4.1](https://github.com/Silthus/spigot-plugin-template/compare/v4.4.0...v4.4.1) (2021-11-14) + + +### Bug Fixes + +* lowercase groupid and artifactid on publish ([f02d7dd](https://github.com/Silthus/spigot-plugin-template/commit/f02d7dd57a8e2ee33ba1535f267e3ec5e6c99550)) + # [4.4.0](https://github.com/Silthus/spigot-plugin-template/compare/v4.3.1...v4.4.0) (2021-11-11) diff --git a/gradle.properties b/gradle.properties index 5342ead..aee5832 100644 --- a/gradle.properties +++ b/gradle.properties @@ -4,4 +4,4 @@ pluginName = PluginName author = Silthus mcVersion = 1.17.1 apiVersion = 1.17 -version = 4.4.0 +version = 4.4.1