From 96580c7518f4e423800abc54f6139c3d859a514f Mon Sep 17 00:00:00 2001 From: Jakub Chrzanowski Date: Mon, 5 Oct 2020 08:55:23 +0200 Subject: [PATCH] Bump version to v0.4.0 --- CHANGELOG.md | 2 +- gradle.properties | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4ca1d91..35b82a6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,7 @@ # IntelliJ Platform Plugin Template Changelog -## [Unreleased] +## [0.4.0] ### Added - Fix default to opt-out of bundling Kotlin standard library in plugin distribution diff --git a/gradle.properties b/gradle.properties index 840cbd5..c31346c 100644 --- a/gradle.properties +++ b/gradle.properties @@ -3,7 +3,7 @@ pluginGroup = org.jetbrains.plugins.template pluginName_ = IntelliJ Platform Plugin Template -pluginVersion = 0.3.4 +pluginVersion = 0.4.0 pluginSinceBuild = 193 pluginUntilBuild = 202.*