Skip to content

Commit 96c4f82

Browse files
authored
Update plugin to be compatible with 242 (#189)
1 parent ef26dfe commit 96c4f82

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@
44

55
## [Unreleased]
66

7+
### Changed
8+
9+
- Update gradle.properties to be compatible with CLion 242.*
10+
711
## [2.0.4] - 2024-02-13
812

913
### Changed

gradle.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@ pluginGroup = com.jfrog.conan.clion
44
pluginName = Conan
55
pluginRepositoryUrl = https://github.com/conan-io/conan-clion-plugin/
66
# SemVer format -> https://semver.org
7-
pluginVersion = 2.0.4
7+
pluginVersion = 2.0.5
88

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

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

0 commit comments

Comments
 (0)