From 761dd717f2e8ee420a6149499bd19bcac98ed9fc Mon Sep 17 00:00:00 2001 From: Jakub Chrzanowski Date: Thu, 15 Oct 2020 16:40:25 +0200 Subject: [PATCH] Bump version to v0.5.1 --- gradle.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle.properties b/gradle.properties index beff742..d02067a 100644 --- a/gradle.properties +++ b/gradle.properties @@ -3,7 +3,7 @@ pluginGroup = org.jetbrains.plugins.template pluginName_ = IntelliJ Platform Plugin Template -pluginVersion = 0.5.0 +pluginVersion = 0.5.1 pluginSinceBuild = 193 pluginUntilBuild = 202.*