From d8d78467c5cf0d51f23880ec67e9287265638204 Mon Sep 17 00:00:00 2001 From: lauvsong Date: Mon, 8 Apr 2024 16:37:12 +0900 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=96=20Tag=20v1.0.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- gradle.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle.properties b/gradle.properties index 07ba9d9..7afc585 100644 --- a/gradle.properties +++ b/gradle.properties @@ -4,7 +4,7 @@ pluginGroup = com.github.lauvsong.refactorgpt pluginName = refactor-gpt pluginRepositoryUrl = https://github.com/lauvsong/refactor-gpt # SemVer format -> https://semver.org -pluginVersion = 0.0.4 +pluginVersion = 1.0.0 # Supported build number ranges and IntelliJ Platform versions -> https://plugins.jetbrains.com/docs/intellij/build-number-ranges.html pluginSinceBuild = 221