From d6fa2f3905d0d63941e3efa4322f0beae4dfcf31 Mon Sep 17 00:00:00 2001 From: Vitor Pamplona Date: Mon, 3 Oct 2022 16:06:54 -0400 Subject: [PATCH] Version 0.0.3 --- gradle.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle.properties b/gradle.properties index cce6ded..3bf5617 100644 --- a/gradle.properties +++ b/gradle.properties @@ -3,7 +3,7 @@ pluginGroup = org.pathcheck.intellij.cql pluginName = intellij-cql # SemVer format -> https://semver.org -pluginVersion = 0.0.3-SNAPSHOT +pluginVersion = 0.0.3 # Supported build number ranges and IntelliJ Platform versions -> https://plugins.jetbrains.com/docs/intellij/build-number-ranges.html pluginSinceBuild = 213