Skip to content

Commit

Permalink
Updated plugin.xml; bumped version to 0.3-beta.9
Browse files Browse the repository at this point in the history
  • Loading branch information
carymrobbins committed Nov 7, 2014
1 parent c67b23e commit da944e6
Showing 1 changed file with 9 additions and 4 deletions.
13 changes: 9 additions & 4 deletions META-INF/plugin.xml
Original file line number Diff line number Diff line change
@@ -1,14 +1,19 @@
<idea-plugin version="2" use-idea-classloader="true">
<id>com.haskforce</id>
<name>HaskForce</name>
<version>0.3-beta.8</version>
<!--<vendor email="[email protected]" url="http://www.yourcompany.com">YourCompany</vendor>-->
<version>0.3-beta.9</version>
<vendor url="https://github.com/carymrobbins/intellij-haskforce">HaskForce on GitHub</vendor>

<description>Plugin for Haskell language support.</description>

<change-notes><![CDATA[
<br>
<small></small>
<p>
<b>v0.3-beta.9</b>
<ul>
<li>Fixed auto-add type signature intention on Windows. (issue #79)</li>
<li>Fixed ignore hlint intention on Windows. (issue #59)</li>
</ul>
</p>
]]>
</change-notes>

Expand Down

0 comments on commit da944e6

Please sign in to comment.