Skip to content

Commit 223d117

Browse files
committed
添加1.1.1版本更新说明
1 parent 5387f2f commit 223d117

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ apply plugin: 'idea'
99
apply plugin: 'org.jetbrains.intellij'
1010

1111
group 'com.sjhy'
12-
version '1.1.0-SNAPSHOT'
12+
version '1.1.1-SNAPSHOT'
1313

1414
sourceCompatibility = 1.8
1515

src/main/resources/META-INF/plugin.xml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<idea-plugin>
22
<id>com.sjhy.plugin.easycode</id>
33
<name>Easy Code</name>
4-
<version>1.1.0</version>
4+
<version>1.1.1</version>
55
<vendor email="[email protected]" url="http://www.shujuhaiyang.com">数据海洋</vendor>
66

77

@@ -21,6 +21,13 @@
2121

2222

2323
<change-notes><![CDATA[
24+
<p>1.1.1-SNAPSHOT</p>
25+
<ul>
26+
<li>1.Repairing global config can not save after modification.</li>
27+
</ul>
28+
<ul>
29+
<li>1.修复global config修改后无法正常保存问题</li>
30+
</ul>
2431
<p>1.1.0-SNAPSHOT</p>
2532
<ul>
2633
<li>1.Add the global configuration module, which can be used to define macro commands, global configuration information, etc.</li>

0 commit comments

Comments
 (0)