diff --git a/.idea/compiler.xml b/.idea/compiler.xml index e0dd8d0..ef24987 100644 --- a/.idea/compiler.xml +++ b/.idea/compiler.xml @@ -1,7 +1,7 @@ - + diff --git a/.idea/misc.xml b/.idea/misc.xml index 5d9e04b..38b4a97 100644 --- a/.idea/misc.xml +++ b/.idea/misc.xml @@ -4,7 +4,7 @@ - + \ No newline at end of file diff --git a/build.gradle b/build.gradle index 8a8b847..43ee428 100644 --- a/build.gradle +++ b/build.gradle @@ -4,7 +4,7 @@ plugins { } group 'com.alekseyzhelo.evilislands' -version '1.1' +version '1.1.1' sourceCompatibility = 1.8 tasks.withType(JavaCompile) { options.encoding = 'UTF-8' } @@ -23,17 +23,35 @@ dependencies { // See https://github.com/JetBrains/gradle-intellij-plugin/ intellij { - version '2019.3' + version '2020.1' type 'IC' plugins 'java' //, 'PsiViewer:193-SNAPSHOT' } patchPluginXml { changeNotes """ + Version 1.1.1: + + Version 1.1: """ + + Version 1.0: +