Skip to content

Commit fe15d4f

Browse files
committed
Added support for 2024.2 IDE builds
1 parent 2f11f1d commit fe15d4f

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

CHANGELOG.md

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

55
## [Unreleased]
66

7+
- Added support for 2024.2 IDE builds
8+
79
## [1.3.0] - 2024-05-05
810

911
- Fixed deprecation warnings

gradle.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@ pluginGroup = nl.bryanderidder.regexrenamefiles
55
pluginName = Regex Rename files
66
pluginRepositoryUrl = https://github.com/Bryanx/regex-rename-files
77
# SemVer format -> https://semver.org
8-
pluginVersion = 1.3.0
8+
pluginVersion = 1.3.1
99

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

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

0 commit comments

Comments
 (0)