Skip to content

Commit 9a15cc6

Browse files
committed
new version 1.0.1 for intellij idea 14
1 parent 6d177f5 commit 9a15cc6

File tree

3 files changed

+10
-3
lines changed

3 files changed

+10
-3
lines changed

ScrollFromSource/META-INF/plugin.xml

+9-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<idea-plugin version="2">
22
<id>luonq.ScrollFromSource</id>
33
<name>Scroll From Source</name>
4-
<version>1.0.0</version>
4+
<version>1.0.1</version>
55
<vendor email="[email protected]" url="https://github.com/luonanqin/intellij-idea-plugins/tree/master/ScrollFromSource">luonanqin</vendor>
66

77
<description><![CDATA[
@@ -13,7 +13,14 @@
1313
]]></description>
1414

1515
<change-notes><![CDATA[
16-
1.0.0 - Initial version
16+
<p>1.0.0:</p>
17+
<ul>
18+
<li>Initial version</li>
19+
</ul>
20+
<p>1.0.1:</p>
21+
<ul>
22+
<li>Fix bug to adapt Intellij idea 14</li>
23+
</ul>
1724
]]>
1825
</change-notes>
1926

2.74 KB
Binary file not shown.

ScrollFromSource/ScrollFromSource.iml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<content url="file://$MODULE_DIR$">
77
<sourceFolder url="file://$MODULE_DIR$/src" isTestSource="false" />
88
</content>
9-
<orderEntry type="jdk" jdkName="IDEA IC-135.1289 (1)" jdkType="IDEA JDK" />
9+
<orderEntry type="jdk" jdkName="IDEA IC-123.169" jdkType="IDEA JDK" />
1010
<orderEntry type="sourceFolder" forTests="false" />
1111
</component>
1212
</module>

0 commit comments

Comments
 (0)