更新版本至1.0.1

This commit is contained in:
makejava 2018-07-25 11:13:10 +08:00
parent ee8dcb68ab
commit 44ebbd9568
2 changed files with 5 additions and 4 deletions

View File

@ -9,7 +9,7 @@ apply plugin: 'idea'
apply plugin: 'org.jetbrains.intellij'
group 'com.sjhy'
version '1.0.0-SNAPSHOT'
version '1.0.1-SNAPSHOT'
sourceCompatibility = 1.8

View File

@ -1,7 +1,7 @@
<idea-plugin>
<id>com.sjhy.plugin.easycode</id>
<name>Easy Code</name>
<version>1.0.0</version>
<version>1.0.1</version>
<vendor email="1353036300@qq.com" url="http://www.shujuhaiyang.com">数据海洋</vendor>
<description><![CDATA[
@ -17,8 +17,9 @@
]]></description>
<change-notes><![CDATA[
Add change notes here.<br>
<em>most HTML tags may be used</em>
1.修复针对172版本兼容性问题严重会导致172版本无法进入设置<br>
2.修复针对Linux版的IDEA路径采用windows路径问题<br>
3.优化部分细节<br>
]]>
</change-notes>