diff --git a/.github/template-cleanup/gradle.properties b/.github/template-cleanup/gradle.properties index 842d979..8b9a501 100644 --- a/.github/template-cleanup/gradle.properties +++ b/.github/template-cleanup/gradle.properties @@ -9,7 +9,7 @@ pluginVersion = 0.0.1 # See https://plugins.jetbrains.com/docs/intellij/build-number-ranges.html # for insight into build numbers and IntelliJ Platform versions. pluginSinceBuild = 211 -pluginUntilBuild = 221.* +pluginUntilBuild = 213.* # IntelliJ Platform Properties -> https://github.com/JetBrains/gradle-intellij-plugin#intellij-platform-properties platformType = IC diff --git a/CHANGELOG.md b/CHANGELOG.md index 948851c..ef96940 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,7 @@ ## [Unreleased] ### Changed - Update `platformVersion` to `2021.1.3` for compatibility with Apple M1 -- Change since/until build to `211-221.*` +- Change since/until build to `211-213.*` (2021.1 - 2021.3) - Upgrade Gradle Wrapper to `7.4` ## [1.1.1] diff --git a/gradle.properties b/gradle.properties index 6625360..78feb31 100644 --- a/gradle.properties +++ b/gradle.properties @@ -9,7 +9,7 @@ pluginVersion = 1.1.1 # See https://plugins.jetbrains.com/docs/intellij/build-number-ranges.html # for insight into build numbers and IntelliJ Platform versions. pluginSinceBuild = 211 -pluginUntilBuild = 221.* +pluginUntilBuild = 213.* # IntelliJ Platform Properties -> https://github.com/JetBrains/gradle-intellij-plugin#intellij-platform-properties platformType = IC