mirror of https://gitee.com/makejava/EasyCode.git
修改版本升级信息
This commit is contained in:
parent
012f2cc1d8
commit
23304f345b
|
@ -21,7 +21,7 @@ plugins {
|
||||||
|
|
||||||
|
|
||||||
group 'com.sjhy'
|
group 'com.sjhy'
|
||||||
version '1.2.5-RELEASE'
|
version '1.2.5-java.RELEASE'
|
||||||
|
|
||||||
sourceCompatibility = JavaVersion.VERSION_1_8
|
sourceCompatibility = JavaVersion.VERSION_1_8
|
||||||
targetCompatibility = JavaVersion.VERSION_1_8
|
targetCompatibility = JavaVersion.VERSION_1_8
|
||||||
|
|
|
@ -20,6 +20,13 @@
|
||||||
|
|
||||||
|
|
||||||
<change-notes><![CDATA[
|
<change-notes><![CDATA[
|
||||||
|
<p>1.2.5-java.RELEASE</p>
|
||||||
|
<ul>
|
||||||
|
<li>1.Fix failure to switch grouping</li>
|
||||||
|
</ul>
|
||||||
|
<ul>
|
||||||
|
<li>1.修复无法切换模板分组问题</li>
|
||||||
|
</ul>
|
||||||
<p>1.2.4-RELEASE</p>
|
<p>1.2.4-RELEASE</p>
|
||||||
<ul>
|
<ul>
|
||||||
<li>1.Optimize GUI interface</li>
|
<li>1.Optimize GUI interface</li>
|
||||||
|
|
Loading…
Reference in New Issue