mirror of https://gitee.com/makejava/EasyCode.git
更新版本信息
This commit is contained in:
parent
de4342a9d6
commit
2683eaab72
|
@ -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
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue