Skip to content

Commit 2653ec6

Browse files
authored
CM-32990 - Release 1.4.0 (#52)
1 parent b6455b1 commit 2653ec6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ pluginVersion = 1.4.0
88

99
# Supported build number ranges and IntelliJ Platform versions -> https://plugins.jetbrains.com/docs/intellij/build-number-ranges.html
1010
pluginSinceBuild = 211.1
11-
pluginUntilBuild = 233.*
11+
pluginUntilBuild = 241.*
1212

1313
# IntelliJ Platform Properties -> https://plugins.jetbrains.com/docs/intellij/tools-gradle-intellij-plugin.html#configuration-intellij-extension
1414
platformType = IC

src/main/kotlin/com/cycode/plugin/Consts.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ class Consts {
2121
companion object {
2222
val PLUGIN_PATH = PathManager.getPluginsPath() + "/cycode-intellij-platform-plugin"
2323
val DEFAULT_CLI_PATH = getDefaultCliPath()
24-
const val REQUIRED_CLI_VERSION = "1.9.0"
24+
const val REQUIRED_CLI_VERSION = "1.9.1"
2525

2626
const val CLI_GITHUB_ORG = "cycodehq"
2727
const val CLI_GITHUB_REPO = "cycode-cli"

0 commit comments

Comments
 (0)