Skip to content

Commit

Permalink
new version
Browse files Browse the repository at this point in the history
  • Loading branch information
maartenc committed Jan 16, 2014
1 parent d7aae2e commit 0fa0254
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

<project name="IvyIDEA" default="bundle" basedir=".">

<property name="ivyidea.version" value="1.0.7"/>
<property name="ivyidea.version" value="1.0.8"/>

<property name="ivyidea.sourcedir" value="src/main/java"/>
<property name="ivyidea.resourcedir" value="src/main/resources"/>
Expand Down
6 changes: 5 additions & 1 deletion src/main/java/META-INF/plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,10 @@
</description>
<change-notes><![CDATA[
<p>
<strong>1.0.8</strong>
<ul>
<li>Fixed compatibility issue with IntelliJ 13.0.2 EAP (build 133.609)</li>
</ul>
<strong>1.0.7</strong>
<ul>
<li>Fixed compatibility issue with IntelliJ 13</li>
Expand Down Expand Up @@ -84,7 +88,7 @@
</ul>
</p>]]>
</change-notes>
<version>1.0.7</version>
<version>1.0.8</version>
<vendor email="guy.mahieu@gmail.com" url="http://www.clarent.org" logo="/ivyidea16.png">Guy Mahieu</vendor>
<idea-version since-build="3000"/>
<application-components>
Expand Down

0 comments on commit 0fa0254

Please sign in to comment.