Skip to content

Commit

Permalink
Version 1.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
bjansen committed Mar 27, 2019
1 parent 029ea42 commit 3862770
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion resources/META-INF/plugin.xml
Original file line number Diff line number Diff line change
@@ -1,13 +1,18 @@
<idea-plugin version="2">
<id>com.plopiplop.leekwars</id>
<name>LeekScript</name>
<version>1.2.0</version>
<version>1.2.1</version>
<vendor>bjansen</vendor>

<description><![CDATA[
Support for the LeekScript language (http://leekwars.com).
]]></description>

<change-notes><![CDATA[
<ul>
<li>Fixed parsing of fun()() expressions (<a href="https://github.com/bjansen/IDEALeek/issues/36">#36</a>)</li>
</ul>
]]></change-notes>
<idea-version since-build="141.3058"/>
<depends>com.intellij.modules.lang</depends>

Expand Down

0 comments on commit 3862770

Please sign in to comment.