We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ee8dcb6 commit 44ebbd9Copy full SHA for 44ebbd9
2 files changed
build.gradle
@@ -9,7 +9,7 @@ apply plugin: 'idea'
9
apply plugin: 'org.jetbrains.intellij'
10
11
group 'com.sjhy'
12
-version '1.0.0-SNAPSHOT'
+version '1.0.1-SNAPSHOT'
13
14
sourceCompatibility = 1.8
15
src/main/resources/META-INF/plugin.xml
@@ -1,7 +1,7 @@
1
<idea-plugin>
2
<id>com.sjhy.plugin.easycode</id>
3
<name>Easy Code</name>
4
- <version>1.0.0</version>
+ <version>1.0.1</version>
5
<vendor email="1353036300@qq.com" url="http://www.shujuhaiyang.com">数据海洋</vendor>
6
7
<description><![CDATA[
@@ -17,8 +17,9 @@
17
]]></description>
18
19
<change-notes><![CDATA[
20
- Add change notes here.<br>
21
- <em>most HTML tags may be used</em>
+ 1.修复针对172版本兼容性问题(严重,会导致172版本无法进入设置)<br>
+ 2.修复针对Linux版的IDEA路径采用windows路径问题<br>
22
+ 3.优化部分细节<br>
23
]]>
24
</change-notes>
25
0 commit comments