Skip to content
This repository has been archived by the owner on Dec 15, 2020. It is now read-only.

Commit

Permalink
Bump plugin version to 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
anupcowkur committed Mar 26, 2017
1 parent e195abc commit 6277004
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions IdeaPlugin/resources/META-INF/plugin.xml
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
<idea-plugin version="2">
<id>com.anupcowkur.herebedragons</id>
<name>Here Be Dragons</name>
<version>1.0</version>
<version>1.0.1</version>
<vendor email="[email protected]" url="https://github.com/anupcowkur/SideEffects">Side Effects</vendor>

<description><![CDATA[
Annotate your methods with @SideEffect and let the little dragon show you when you're calling an impure method<br/>
]]></description>

<change-notes><![CDATA[
1.0.0: Initial version.<br/>
1.0.1: Make compatible with Java 7.<br/>
]]>
</change-notes>

Expand Down

0 comments on commit 6277004

Please sign in to comment.