From bc0c29448d7780941c80a262190ba0100349696c Mon Sep 17 00:00:00 2001 From: hans <837713748@qq.com> Date: Mon, 8 Apr 2024 18:37:00 +0800 Subject: [PATCH] =?UTF-8?q?=E5=85=BC=E5=AE=B9241=E7=89=88=E6=9C=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 4 ++++ gradle.properties | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 63a0ef4..270a658 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Solon Changelog +## [0.0.9] +### Updated +- IDEA 241.* version support + ## [0.0.8] ### Updated - Fix bug in initializer diff --git a/gradle.properties b/gradle.properties index 63abb31..76a677f 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.8 +pluginVersion = 0.0.9 # Supported build number ranges and IntelliJ Platform versions -> https://plugins.jetbrains.com/docs/intellij/build-number-ranges.html pluginSinceBuild = 233 -pluginUntilBuild = 233.* +pluginUntilBuild = 241.* # IntelliJ Platform Properties -> https://plugins.jetbrains.com/docs/intellij/tools-gradle-intellij-plugin.html#configuration-intellij-extension platformType = IC -- Gitee