From 27143e67f0536e5c59b402121fded7907f9276ba Mon Sep 17 00:00:00 2001 From: Aleksey Zhelo Date: Thu, 19 Mar 2020 17:32:49 +0200 Subject: [PATCH] Release 1.1 --- build.gradle | 15 ++++----------- 1 file changed, 4 insertions(+), 11 deletions(-) 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' }