Skip to content

Commit

Permalink
build: make the plugin work with newer versions of intellij
Browse files Browse the repository at this point in the history
  • Loading branch information
seguri committed Aug 7, 2023
1 parent 3fcaf91 commit 08cd835
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,14 @@

## [Unreleased]

## [0.30.0] - 2023-08-07

### Fixed

- Remove Build Number upper boundary

## [0.29.0] - 2023-05-21

### Added

- Code formatting on save
Expand Down
3 changes: 1 addition & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,10 @@ pluginGroup = com.github.seguri.finalobsession
pluginName = final-obsession
pluginRepositoryUrl = https://github.com/seguri/final-obsession
# SemVer format -> https://semver.org
pluginVersion = 0.29.0
pluginVersion = 0.30.0

# Supported build number ranges and IntelliJ Platform versions -> https://plugins.jetbrains.com/docs/intellij/build-number-ranges.html
pluginSinceBuild = 221
pluginUntilBuild = 231.*

# IntelliJ Platform Properties -> https://plugins.jetbrains.com/docs/intellij/tools-gradle-intellij-plugin.html#configuration-intellij-extension
platformType = IC
Expand Down

0 comments on commit 08cd835

Please sign in to comment.