Skip to content

Commit

Permalink
Bump version to 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
natario1 committed May 29, 2017
1 parent 74212c3 commit 0d04ac3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Simple yet powerful autocomplete behavior for `EditText`s, to avoid working with
`MultiAutoCompleteTextView` APIs.

```groovy
compile 'com.otaliastudios:autocomplete:1.0.0'
compile 'com.otaliastudios:autocomplete:1.0.1'
```

<!-- doctoc README.md --github --notitle -->
Expand Down
2 changes: 1 addition & 1 deletion autocomplete/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ apply plugin: 'com.github.dcendents.android-maven'
apply plugin: 'com.jfrog.bintray'

// Required by bintray
version = '1.0.0'
version = '1.0.1'
group = 'com.otaliastudios'

android {
Expand Down

0 comments on commit 0d04ac3

Please sign in to comment.