diff --git a/CHANGELOG.md b/CHANGELOG.md index 20f1978..eb2ab8c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,7 @@ # RestfulHelper Changelog ## [Unreleased] +- Support IntelliJ IDEA 2024.2 ## [0.4.2-stable] - Support IntelliJ IDEA 2024.1 diff --git a/gradle.properties b/gradle.properties index 5fa42f4..52450f3 100644 --- a/gradle.properties +++ b/gradle.properties @@ -3,13 +3,13 @@ pluginGroup = com.github.goldsubmarine.restfulhelper pluginName = RestfulHelper -pluginVersion = 0.4.2-stable +pluginVersion = 0.4.3-stable # See https://plugins.jetbrains.com/docs/intellij/build-number-ranges.html # for insight into build numbers and IntelliJ Platform versions. pluginSinceBuild = 231 -pluginUntilBuild = 241.* +pluginUntilBuild = 242.* # Plugin Verifier integration -> https://github.com/JetBrains/gradle-intellij-plugin#plugin-verifier-dsl # See https://jb.gg/intellij-platform-builds-list for available build versions.