-
Notifications
You must be signed in to change notification settings - Fork 39
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Updated plugin.xml; bumped version to 0.3-beta.9
- Loading branch information
1 parent
c67b23e
commit da944e6
Showing
1 changed file
with
9 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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> | ||
|
||
|