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:
- - Syntax checking
- - Type checking
- - Code completion, including object ID/name completion and GSGetVar/GSSetVar variable completion
- - Code formatting
- - Basic code inspections
- - Find usages
- - Customizable syntax highlighting
- - Structure view
- - Live templates
+ - Implemented multiline comments
+ - Improved non-Java IDE support
+ - Error highlighting for unclosed strings/multiline comments
"""
sinceBuild '192'
}