From 93a25996bbe9a52b6b6ac0f7ce30f376a16b1367 Mon Sep 17 00:00:00 2001 From: mose Date: Sun, 18 Aug 2024 23:08:22 +0800 Subject: [PATCH] IDEA 242.* version support --- CHANGELOG.md | 4 ++++ gradle.properties | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 270a658..d585048 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Solon Changelog +## [0.0.10] +### Updated +- IDEA 242.* version support +- ## [0.0.9] ### Updated - IDEA 241.* version support diff --git a/gradle.properties b/gradle.properties index 76a677f..e495d75 100644 --- a/gradle.properties +++ b/gradle.properties @@ -5,11 +5,11 @@ pluginName = Solon pluginRepositoryUrl = https://gitee.com/noear/solon-idea-plugin # SemVer format -> https://semver.org -pluginVersion = 0.0.9 +pluginVersion = 0.0.10 # Supported build number ranges and IntelliJ Platform versions -> https://plugins.jetbrains.com/docs/intellij/build-number-ranges.html pluginSinceBuild = 233 -pluginUntilBuild = 241.* +pluginUntilBuild = 242.* # IntelliJ Platform Properties -> https://plugins.jetbrains.com/docs/intellij/tools-gradle-intellij-plugin.html#configuration-intellij-extension platformType = IC -- Gitee