From 1b171dd191edb99a810a3f5ede773fa29f668dfe Mon Sep 17 00:00:00 2001 From: Phodal Huang Date: Thu, 15 Aug 2024 09:47:05 +0800 Subject: [PATCH] chore(plugin): bump version to 0.5.2 Update the plugin version from 0.5.1 to 0.5.2 in preparation for the next release. --- gradle.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle.properties b/gradle.properties index 2625eaaa4..6d1b1e319 100644 --- a/gradle.properties +++ b/gradle.properties @@ -4,7 +4,7 @@ pluginGroup = com.github.phodal.shire pluginName = shire pluginRepositoryUrl = https://github.com/phodal/shire # SemVer format -> https://semver.org -pluginVersion = 0.5.1 +pluginVersion = 0.5.2 # Supported build number ranges and IntelliJ Platform versions -> https://plugins.jetbrains.com/docs/intellij/build-number-ranges.html pluginSinceBuild = 232