Skip to content

Commit

Permalink
添加1.1.1版本更新说明
Browse files Browse the repository at this point in the history
  • Loading branch information
makejavas committed Jul 30, 2018
1 parent 5387f2f commit 223d117
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 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.1.0-SNAPSHOT'
version '1.1.1-SNAPSHOT'

sourceCompatibility = 1.8

Expand Down
9 changes: 8 additions & 1 deletion 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.1.0</version>
<version>1.1.1</version>
<vendor email="[email protected]" url="http://www.shujuhaiyang.com">数据海洋</vendor>


Expand All @@ -21,6 +21,13 @@


<change-notes><![CDATA[
<p>1.1.1-SNAPSHOT</p>
<ul>
<li>1.Repairing global config can not save after modification.</li>
</ul>
<ul>
<li>1.修复global config修改后无法正常保存问题</li>
</ul>
<p>1.1.0-SNAPSHOT</p>
<ul>
<li>1.Add the global configuration module, which can be used to define macro commands, global configuration information, etc.</li>
Expand Down

0 comments on commit 223d117

Please sign in to comment.