diff --git a/CHANGELOG.md b/CHANGELOG.md index 7d1220a..e30cccf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,7 @@ # IntelliJ Neos Changelog ## Unreleased +- Allow quotes in AFX attribute names ## 1.16.0 - 2023-04-03 - Make compatible with 231.* diff --git a/gradle.properties b/gradle.properties index 9418477..59d85e5 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,6 +1,6 @@ pluginGroup = com.github.cvette pluginName = neos-intellij-plugin -pluginVersion = 1.16.0 +pluginVersion = 1.17.0 # See https://plugins.jetbrains.com/docs/intellij/build-number-ranges.html pluginSinceBuild = 223