Skip to content

Commit

Permalink
Release 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jlagerweij committed Feb 20, 2018
1 parent 7f3b173 commit f51bdf7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@ repositories {
}

group 'org.elm.tools.external'
version '1.0.1'
version '1.1.0'
3 changes: 2 additions & 1 deletion src/main/resources/META-INF/plugin.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<idea-plugin>
<id>org.elm.tools.external</id>
<name>Elm External Tools</name>
<version>1.0.0</version>
<version>1.1.0</version>
<vendor url="http://www.github.com/jlagerweij">
Jos Lagerweij
</vendor>
Expand All @@ -19,6 +19,7 @@

<change-notes><![CDATA[
<ul>
<li><b>1.1.0</b> <em>(2018-02-20)</em> - Add node path configuration. Visible only if the elm-make is a script.</li>
<li><b>1.0.1</b> <em>(2018-02-10)</em> - Minor name change</li>
<li><b>1.0.0</b> <em>(2018-01-14)</em> - Initial release</li>
</ul>
Expand Down

0 comments on commit f51bdf7

Please sign in to comment.