From ba3ccba5a8487e70fa0e859c2cab0c4831418205 Mon Sep 17 00:00:00 2001 From: makejava <1353036300@qq.com> Date: Tue, 4 Apr 2023 15:59:22 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E7=89=88=E6=9C=AC=E4=BF=A1?= =?UTF-8?q?=E6=81=AF=E8=87=B31.2.8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- build.gradle | 2 +- src/main/java/com/sjhy/plugin/dict/GlobalDict.java | 2 +- src/main/resources/META-INF/plugin.xml | 9 +++++++++ src/main/resources/defaultConfig.json | 2 +- 4 files changed, 12 insertions(+), 3 deletions(-) diff --git a/build.gradle b/build.gradle index 727325b..b70da45 100644 --- a/build.gradle +++ b/build.gradle @@ -15,7 +15,7 @@ plugins { group 'com.sjhy' -version '1.2.7-java.RELEASE' +version '1.2.8-java.RELEASE' sourceCompatibility = JavaVersion.VERSION_1_8 targetCompatibility = JavaVersion.VERSION_1_8 diff --git a/src/main/java/com/sjhy/plugin/dict/GlobalDict.java b/src/main/java/com/sjhy/plugin/dict/GlobalDict.java index 75da891..7697c94 100644 --- a/src/main/java/com/sjhy/plugin/dict/GlobalDict.java +++ b/src/main/java/com/sjhy/plugin/dict/GlobalDict.java @@ -15,7 +15,7 @@ public interface GlobalDict { /** * 版本号 */ - String VERSION = "1.2.7"; + String VERSION = "1.2.8"; /** * 作者名称 */ diff --git a/src/main/resources/META-INF/plugin.xml b/src/main/resources/META-INF/plugin.xml index 23fc5e2..a19ad52 100644 --- a/src/main/resources/META-INF/plugin.xml +++ b/src/main/resources/META-INF/plugin.xml @@ -20,6 +20,15 @@ 1.2.8-java.RELEASE

+ +

1.2.7-java.RELEASE