Skip to content

Commit

Permalink
update version and changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
swr1bm86 committed Mar 6, 2016
1 parent 89c97d7 commit f9ca542
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 5 additions & 1 deletion META-INF/plugin.xml
Original file line number Diff line number Diff line change
@@ -1,14 +1,18 @@
<idea-plugin version="2">
<id>zjhmale.rainbow</id>
<name>Rainbow</name>
<version>1.4</version>
<version>1.5</version>
<vendor email="[email protected]" url="https://github.com/zjhmale">zjhmale</vendor>

<description><![CDATA[
<strong>Rainbow highlighting identifiers and delimiters for IntelliJ IDEA-based IDEs</strong>
]]></description>

<change-notes><![CDATA[
<p>1.5:</p>
<ul>
<li>Support for Scala Go Programming Language</li>
</ul>
<p>1.4:</p>
<ul>
<li>Ignore Haskell like multiline comments</li>
Expand Down
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,8 @@ https://plugins.jetbrains.com/plugin/8214
* Agda
* Rust (hack it use plugin sdk with JDK8 and IDEA 15+ instead of JDK6 and IDEA 14+ as usual)
* Erlang
* Scala
* Go

## License

Expand Down

0 comments on commit f9ca542

Please sign in to comment.