Skip to content

Commit

Permalink
更新版本至1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
makejavas committed Jul 25, 2018
1 parent ee8dcb6 commit 44ebbd9
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
7 changes: 4 additions & 3 deletions src/main/resources/META-INF/plugin.xml
Original file line number Diff line number Diff line change
@@ -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="[email protected]" url="http://www.shujuhaiyang.com">数据海洋</vendor>

<description><![CDATA[
Expand All @@ -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>

Expand Down

0 comments on commit 44ebbd9

Please sign in to comment.