diff --git a/CHANGELOG.md b/CHANGELOG.md index ac8b122..6ec1527 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,4 +6,5 @@ ### Added - Initial scaffold created from [IntelliJ Platform Plugin Template](https://github.com/JetBrains/intellij-platform-plugin-template) - Added foreach to collection refactoring -- Added array map to collection refactoring \ No newline at end of file +- Added array map to collection refactoring +- Added logo to the plugin ([#13](https://github.com/olivernybroe/collector-intellij/pull/13)) diff --git a/gradle.properties b/gradle.properties index 34f9881..a772202 100644 --- a/gradle.properties +++ b/gradle.properties @@ -3,7 +3,7 @@ pluginGroup = dev.nybroe.collector pluginName_ = Collector -pluginVersion = 0.0.1-EAP.2 +pluginVersion = 0.0.1-EAP.3 pluginSinceBuild = 193 pluginUntilBuild =