From a620e593600c550d33b5408e8778d7c246b22734 Mon Sep 17 00:00:00 2001 From: daejoon Date: Wed, 7 Aug 2024 23:01:12 +0900 Subject: [PATCH] Support IntelliJ IDEA 2024.2 (#28) --- CHANGELOG.md | 1 + gradle.properties | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) 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.