Skip to content

Commit

Permalink
Release v1.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
whilu committed Feb 14, 2017
1 parent f3e573b commit 84cca76
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Add below dependency in your **build.gradle** file.

```groovy
dependencies {
compile 'co.lujun:androidtagview:1.0.5'
compile 'co.lujun:androidtagview:1.0.6'
}
```

Expand Down Expand Up @@ -192,6 +192,9 @@ mTagContainerLayout.removeAllTags();
```

## Change logs
###1.0.6(2017-2-14)
- fix bugs

###1.0.5(2016-11-9)
- Add cross view for TagView

Expand Down
4 changes: 2 additions & 2 deletions androidtagview/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ android {
defaultConfig {
minSdkVersion 9
targetSdkVersion 25
versionCode 105
versionName "1.0.5"
versionCode 106
versionName "1.0.6"
}
buildTypes {
release {
Expand Down

0 comments on commit 84cca76

Please sign in to comment.