Skip to content

Commit 44ebbd9

Browse files
committed
更新版本至1.0.1
1 parent ee8dcb6 commit 44ebbd9

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
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.0.0-SNAPSHOT'
12+
version '1.0.1-SNAPSHOT'
1313

1414
sourceCompatibility = 1.8
1515

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

Lines changed: 4 additions & 3 deletions
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.0.0</version>
4+
<version>1.0.1</version>
55
<vendor email="[email protected]" url="http://www.shujuhaiyang.com">数据海洋</vendor>
66

77
<description><![CDATA[
@@ -17,8 +17,9 @@
1717
]]></description>
1818

1919
<change-notes><![CDATA[
20-
Add change notes here.<br>
21-
<em>most HTML tags may be used</em>
20+
1.修复针对172版本兼容性问题(严重,会导致172版本无法进入设置)<br>
21+
2.修复针对Linux版的IDEA路径采用windows路径问题<br>
22+
3.优化部分细节<br>
2223
]]>
2324
</change-notes>
2425

0 commit comments

Comments
 (0)