From 89a3f60ce4cffa0d463deea15fa0c90c8da15709 Mon Sep 17 00:00:00 2001 From: Jakub Chrzanowski Date: Fri, 26 Jun 2020 13:23:43 +0200 Subject: [PATCH] Changed `pluginUntilBuild` to the correct format: `201.*` --- .github/template-cleanup/gradle.properties | 2 +- CHANGELOG.md | 3 +++ gradle.properties | 2 +- 3 files changed, 5 insertions(+), 2 deletions(-) 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