From 16f3c97b1547372f257a083534c91e6e0be22b53 Mon Sep 17 00:00:00 2001 From: Cecil Lin Date: Wed, 20 Apr 2022 18:08:41 +0800 Subject: [PATCH] chore: bump version to 0.2.0 --- gradle.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle.properties b/gradle.properties index fee2ac3..2e7c070 100644 --- a/gradle.properties +++ b/gradle.properties @@ -4,7 +4,7 @@ pluginGroup = com.github.ceclin.bdlh pluginName = BDLH # SemVer format -> https://semver.org -pluginVersion = 0.1.0 +pluginVersion = 0.2.0 # See https://plugins.jetbrains.com/docs/intellij/build-number-ranges.html # for insight into build numbers and IntelliJ Platform versions.