From 303f402892818717db232fe26f72f4744257b38e Mon Sep 17 00:00:00 2001 From: "likuo011@deppon.com" Date: Thu, 13 Apr 2023 09:54:44 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20V3=E9=A2=84=E5=8F=91=E5=B8=83?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- build.gradle | 2 +- src/main/resources/META-INF/plugin.xml | 7 ++++++- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/build.gradle b/build.gradle index ae14ba5..bd6aa2f 100644 --- a/build.gradle +++ b/build.gradle @@ -34,7 +34,7 @@ allprojects { } group 'com.linkkou' -version '3.0.3(222)' +version '3.0.4(222)' dependencies { testImplementation 'junit:junit:4.13.2' diff --git a/src/main/resources/META-INF/plugin.xml b/src/main/resources/META-INF/plugin.xml index a41e159..2915c0e 100644 --- a/src/main/resources/META-INF/plugin.xml +++ b/src/main/resources/META-INF/plugin.xml @@ -4,7 +4,7 @@ linkkou - 3.0.3(222) + 3.0.4(222) @@ -35,6 +35,11 @@ +

3.0.4

+
  • 项目优化兼容
  • +
  • Fixed reuse of overridden configurations in projects
  • +

      3.0.3

    • 项目优化兼容