Skip to content
This repository has been archived by the owner on Aug 26, 2021. It is now read-only.

Commit

Permalink
Update plugin.xml to allow AS 0.5.3
Browse files Browse the repository at this point in the history
  • Loading branch information
holmes committed Mar 28, 2014
1 parent ccc3cae commit f9cc488
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions META-INF/plugin.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<idea-plugin version="2">
<id>com.squareup.ideaplugin.dagger</id>
<name>Dagger Plugin</name>
<version>1.0.4</version>
<version>1.0.5</version>
<vendor email="[email protected]" url="http://square.github.io">Square, Inc.</vendor>

<description><![CDATA[
Expand All @@ -14,6 +14,7 @@
]]></description>

<change-notes><![CDATA[
1.0.5: Support IDEA 13.1 & AS 0.5.3
1.0.4: Build using Java 1.6 & support IDEA 13.1
1.0.3: An @Inject constrcutor will take you to @Inject-ion usages<br/>
1.0.2: Build using Java 1.6. <br/>
Expand All @@ -22,7 +23,7 @@
]]></change-notes>

<!-- please see http://confluence.jetbrains.net/display/IDEADEV/Build+Number+Ranges for description -->
<idea-version since-build="135.445"/>
<idea-version since-build="135.1092050"/>

<application-components>
<!-- Add your application components here -->
Expand Down
Binary file modified dagger-intellij-plugin.jar
Binary file not shown.

0 comments on commit f9cc488

Please sign in to comment.