Skip to content

Commit

Permalink
feat: add compatibility with 241.*
Browse files Browse the repository at this point in the history
  • Loading branch information
cvette committed Apr 7, 2024
1 parent cd400a7 commit e16bb76
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@

## Unreleased

- Compatibility with 2024.1.*


## 1.20.0 - 2023-12-07

- Compatibility with 2023.3.*
Expand Down
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
pluginGroup = com.github.cvette
pluginName = neos-intellij-plugin
pluginVersion = 1.20.0
pluginVersion = 1.20.1

# See https://plugins.jetbrains.com/docs/intellij/build-number-ranges.html
pluginSinceBuild = 231.1
pluginUntilBuild = 233.*
pluginUntilBuild = 241.*

platformType = IU
platformVersion = 2023.1.1
Expand Down

0 comments on commit e16bb76

Please sign in to comment.