From bfddc44a659fcfe6b7316912069338096a8e1dbe Mon Sep 17 00:00:00 2001 From: Mark Brockhoff <95471369+markbrockhoff@users.noreply.github.com> Date: Mon, 24 Jul 2023 09:06:25 +0200 Subject: [PATCH] Remove pre-release prefix to release v2 (#80) --- gradle.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle.properties b/gradle.properties index c407da9..d5b6eda 100644 --- a/gradle.properties +++ b/gradle.properties @@ -3,7 +3,7 @@ pluginGroup=com.schwarzit.spectral-intellij-plugin pluginName=Spectral pluginRepositoryUrl=https://github.com/SchwarzIT/spectral-intellij-plugin # SemVer format -> https://semver.org -pluginVersion=2.0.0-alpha.3 +pluginVersion=2.0.0 # Supported build number ranges and IntelliJ Platform versions -> https://plugins.jetbrains.com/docs/intellij/build-number-ranges.html pluginSinceBuild=222 pluginUntilBuild=231.*