Skip to content

Commit

Permalink
Set plugin init version
Browse files Browse the repository at this point in the history
  • Loading branch information
zhi1ong committed Dec 14, 2018
1 parent 9b4b189 commit 20426d6
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions arouter-idea-plugin/src/main/resources/META-INF/plugin.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
<idea-plugin>
<id>arouter-roadsign</id>
<name>ARouter Helper</name>
<version>1.0.0</version>
<vendor email="[email protected]" url="https://www.alibaba.com">Alibaba</vendor>
<idea-version since-build="162.0"/>

Expand All @@ -12,8 +13,4 @@
<codeInsight.lineMarkerProvider language="JAVA"
implementationClass="com.alibaba.android.arouter.idea.extensions.NavigationLineMarker"/>
</extensions>

<actions>
<!-- Add your actions here -->
</actions>
</idea-plugin>

0 comments on commit 20426d6

Please sign in to comment.