diff --git a/CHANGELOG.md b/CHANGELOG.md index 0847f4e..fbd8650 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,7 @@ ## [Unreleased] ### Added +- Support for IntelliJ Platform version 2022.3 - Regex support for translation file patterns ### Changed diff --git a/gradle.properties b/gradle.properties index 0ce983e..777bdc8 100644 --- a/gradle.properties +++ b/gradle.properties @@ -9,7 +9,7 @@ pluginVersion = 4.2.4 # See https://plugins.jetbrains.com/docs/intellij/build-number-ranges.html # for insight into build numbers and IntelliJ Platform versions. pluginSinceBuild = 203 -pluginUntilBuild = 222.* +pluginUntilBuild = 223 # IntelliJ Platform Properties -> https://github.com/JetBrains/gradle-intellij-plugin#intellij-platform-properties platformType = IU