Skip to content

Commit

Permalink
chore: set pluginUntilBuild to 232
Browse files Browse the repository at this point in the history
  • Loading branch information
tiste committed Aug 10, 2023
1 parent a21167e commit 6e12d05
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 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 `232.*`

## [1.0.5]
### Added
### Added
- Update `pluginUntilBuild` to include `231.*`

## [1.0.4]
Expand All @@ -26,4 +28,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)
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@
pluginGroup = com.github.tiste.nanoleafintellijplugin
pluginName = nanoleaf-intellij-plugin
# SemVer format -> https://semver.org
pluginVersion = 1.0.5
pluginVersion = 1.0.6

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

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

0 comments on commit 6e12d05

Please sign in to comment.