更新版本信息

This commit is contained in:
makejava 2020-07-16 15:18:38 +08:00
parent de4342a9d6
commit 2683eaab72
2 changed files with 8 additions and 1 deletions

View File

@ -25,7 +25,7 @@ apply plugin: 'java'
apply plugin: 'org.jetbrains.intellij'
group 'com.sjhy'
version '1.2.4-SNAPSHOT'
version '1.2.4-RC'
sourceCompatibility = JavaVersion.VERSION_1_8
targetCompatibility = JavaVersion.VERSION_1_8

View File

@ -20,6 +20,13 @@
<change-notes><![CDATA[
<p>1.2.4-RC</p>
<ul>
<li>1.Fix the incorrect configuration information of some user prompt tables</li>
</ul>
<ul>
<li>1.修复部分用户提示表配置信息不正确问题</li>
</ul>
<p>1.2.4-SNAPSHOT</p>
<ul>
<li>1.Add code auto format support (enabled by default), and use idea's own code format</li>