diff --git a/.github/template-cleanup/gradle.properties b/.github/template-cleanup/gradle.properties index e599c96..44966a9 100644 --- a/.github/template-cleanup/gradle.properties +++ b/.github/template-cleanup/gradle.properties @@ -5,7 +5,7 @@ pluginGroup = %GROUP% pluginName = %NAME% pluginVersion = 0.0.1 pluginSinceBuild = 193 -pluginUntilBuild = 202 +pluginUntilBuild = 201.* platformType = IC platformVersion = 2019.3 diff --git a/CHANGELOG.md b/CHANGELOG.md index 69b81bf..30816fb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,9 @@ # IntelliJ Platform Plugin Template Changelog ## [Unreleased] +### Changed +- `pluginUntilBuild` set to the correct format: `201.*` + ### Fixed - GitHub Actions - Template Cleanup - fixed adding files to git - Update Template plugin name on cleanup diff --git a/gradle.properties b/gradle.properties index 6556275..f45aec5 100644 --- a/gradle.properties +++ b/gradle.properties @@ -5,7 +5,7 @@ pluginGroup = org.jetbrains.plugins.template pluginName = Template pluginVersion = 0.1.0 pluginSinceBuild = 193 -pluginUntilBuild = 202 +pluginUntilBuild = 201.* platformType = IC platformVersion = 2019.3