Skip to content

Commit

Permalink
修改版本号
Browse files Browse the repository at this point in the history
  • Loading branch information
tyzlmjj committed Mar 7, 2019
1 parent 6a97c9e commit fa0c093
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ plugins {
}

group = "me.majiajie"
version= "1.2.0"
version= "1.2.1"

repositories {
jcenter()
Expand Down
6 changes: 5 additions & 1 deletion src/main/resources/META-INF/plugin.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<idea-plugin>
<id>me.majiajie.ideaplugin.findviewforandroid</id>
<name>FindViewForAndroid</name>
<version>1.2.0</version>
<version>1.2.1</version>
<vendor email="tyzl931019@gmail.com" url="https://github.com/tyzlmjj/FindViewForAndroid">MJJ</vendor>

<description><![CDATA[
Expand All @@ -10,6 +10,10 @@
</description>

<change-notes><![CDATA[
<b>1.2.1</b>
<ul>
<li>fix AndroidX support</li>
</ul>
<b>1.2.0</b>
<ul>
<li>add <a href="https://github.com/airbnb/epoxy">Epoxy</a> support</li>
Expand Down

0 comments on commit fa0c093

Please sign in to comment.