Skip to content

Commit

Permalink
Update Plugin to version "182.4505.22-1.6.0"
Browse files Browse the repository at this point in the history
  • Loading branch information
wglanzer committed Sep 19, 2018
1 parent 18def3d commit da4f092
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions src/main/resources/META-INF/plugin.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<idea-plugin version="2">
<id>swingexplorer-plugin-v2</id>
<name>SwingExplorer Integration v2</name>
<version>2016.1-1.6.0-1.0.1</version>
<version>182.4505.22-1.6.0</version>
<vendor email="[email protected]">Werner Glanzer</vendor>

<description><![CDATA[
Expand All @@ -16,6 +16,10 @@
</p>
]]></description>
<change-notes><![CDATA[
<p>182.4505.22-1.6.0</p>
<ul>
<li>Removed deprecated API-Calls to work properly with future versions of IntelliJ IDEA</li>
</ul>
<p>2016.1-1.6.0-1.0.1</p>
<ul>
<li>Fix: Invalid path to libs</li>
Expand All @@ -26,11 +30,13 @@
</ul>
]]></change-notes>

<idea-version since-build="145"/>
<idea-version since-build="182.4505.22"/>

<extensions defaultExtensionNs="com.intellij">
<executor implementation="org.swingexplorer.intellij.Executor"/>
<programRunner implementation="org.swingexplorer.intellij.Runner"/>
</extensions>

<depends>com.intellij.modules.platform</depends>

</idea-plugin>

0 comments on commit da4f092

Please sign in to comment.