Changed `pluginUntilBuild` to the correct format: `201.*`

pull/9/head
Jakub Chrzanowski 4 years ago
parent 895b7602b2
commit 89a3f60ce4

@ -5,7 +5,7 @@ pluginGroup = %GROUP%
pluginName = %NAME%
pluginVersion = 0.0.1
pluginSinceBuild = 193
pluginUntilBuild = 202
pluginUntilBuild = 201.*
platformType = IC
platformVersion = 2019.3

@ -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

@ -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

Loading…
Cancel
Save