diff --git a/build.gradle b/build.gradle index b7028da..8a8b847 100644 --- a/build.gradle +++ b/build.gradle @@ -4,7 +4,7 @@ plugins { } group 'com.alekseyzhelo.evilislands' -version '1.0' +version '1.1' sourceCompatibility = 1.8 tasks.withType(JavaCompile) { options.encoding = 'UTF-8' } @@ -29,17 +29,10 @@ intellij { } patchPluginXml { changeNotes """ - First release of the plugin. Features: """ sinceBuild '192' }