Skip to content

Commit

Permalink
chore: set pluginUntilBuild to 223
Browse files Browse the repository at this point in the history
  • Loading branch information
tiste committed Sep 28, 2022
1 parent 2e9d7b9 commit 4931b9e
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
6 changes: 4 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,11 @@
# nanoleaf-intellij-plugin Changelog

## [Unreleased]
### Added
- Update `pluginUntilBuild` to include `223.*`

## [1.0.3]
### Added
### Added
- Remove `pluginUntilBuild` to include all future versions

## [1.0.2]
Expand All @@ -18,4 +20,4 @@

## [1.0.0]
### Added
- Initial scaffold created from [IntelliJ Platform Plugin Template](https://github.com/JetBrains/intellij-platform-plugin-template)
- Initial scaffold created from [IntelliJ Platform Plugin Template](https://github.com/JetBrains/intellij-platform-plugin-template)
1 change: 1 addition & 0 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@ tasks {
patchPluginXml {
version.set(properties("pluginVersion"))
sinceBuild.set(properties("pluginSinceBuild"))
untilBuild.set(properties("pluginUntilBuild"))

// Extract the <!-- Plugin description --> section from README.md and provide for the plugin's manifest
pluginDescription.set(
Expand Down
3 changes: 2 additions & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,12 @@
pluginGroup = com.github.tiste.nanoleafintellijplugin
pluginName = nanoleaf-intellij-plugin
# SemVer format -> https://semver.org
pluginVersion = 1.0.3
pluginVersion = 1.0.4

# See https://plugins.jetbrains.com/docs/intellij/build-number-ranges.html
# for insight into build numbers and IntelliJ Platform versions.
pluginSinceBuild = 211
pluginUntilBuild = 223.*

# IntelliJ Platform Properties -> https://github.com/JetBrains/gradle-intellij-plugin#intellij-platform-properties
platformType = IC
Expand Down

0 comments on commit 4931b9e

Please sign in to comment.