We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 738dc3d commit 89ecde2Copy full SHA for 89ecde2
gradle.properties
@@ -3,11 +3,11 @@
3
pluginGroup = com.github.cloudcompilers.klotho
4
pluginName = klotho
5
# SemVer format -> https://semver.org
6
-pluginVersion = 0.1.2
+pluginVersion = 0.1.2.1
7
8
# Supported build number ranges and IntelliJ Platform versions -> https://plugins.jetbrains.com/docs/intellij/build-number-ranges.html
9
pluginSinceBuild = 222.0
10
-pluginUntilBuild = 232.*
+pluginUntilBuild = 233.*
11
12
# IntelliJ Platform Properties -> https://plugins.jetbrains.com/docs/intellij/tools-gradle-intellij-plugin.html#intellij-extension
13
platformType = IU
0 commit comments