diff --git a/README.md b/README.md index 38f2b28..2e7e186 100644 --- a/README.md +++ b/README.md @@ -69,7 +69,7 @@ make it work with JUnit 5. Feel free to use the code (in package ```de.platon42. ## Changelog -### V0.2 (unreleased) +### V0.2 (27-Jul-21) - Cosmetics: Added (same) icon for plugin as for file type. - Performance improvement: Use Word-Index for global labels and symbols instead of iterating over the file. diff --git a/build.gradle b/build.gradle index 9eb5a79..e5b9b28 100644 --- a/build.gradle +++ b/build.gradle @@ -7,7 +7,7 @@ plugins { } group = 'de.platon42' -version = '0.1' +version = '0.2' sourceCompatibility = "1.8" targetCompatibility = "1.8" @@ -46,7 +46,7 @@ intellij { patchPluginXml { setChangeNotes(""" -