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