Skip to content

Commit 495b720

Browse files
committed
chore: set pluginUntilBuild to 233
1 parent 61d27f9 commit 495b720

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

CHANGELOG.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,11 @@
33
# nanoleaf-intellij-plugin Changelog
44

55
## [Unreleased]
6+
### Added
7+
- Update `pluginUntilBuild` to include `233.*`
68

79
## [1.0.6]
8-
### Added
10+
### Added
911
- Update `pluginUntilBuild` to include `232.*`
1012

1113
## [1.0.5]
@@ -30,4 +32,4 @@
3032

3133
## [1.0.0]
3234
### Added
33-
- Initial scaffold created from [IntelliJ Platform Plugin Template](https://github.com/JetBrains/intellij-platform-plugin-template)
35+
- Initial scaffold created from [IntelliJ Platform Plugin Template](https://github.com/JetBrains/intellij-platform-plugin-template)

gradle.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@
44
pluginGroup = com.github.tiste.nanoleafintellijplugin
55
pluginName = nanoleaf-intellij-plugin
66
# SemVer format -> https://semver.org
7-
pluginVersion = 1.0.6
7+
pluginVersion = 1.0.7
88

99
# See https://plugins.jetbrains.com/docs/intellij/build-number-ranges.html
1010
# for insight into build numbers and IntelliJ Platform versions.
1111
pluginSinceBuild = 211
12-
pluginUntilBuild = 232.*
12+
pluginUntilBuild = 233.*
1313

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

0 commit comments

Comments
 (0)