diff --git a/README.md b/README.md index 2a3bc8a..8fbd9f8 100644 --- a/README.md +++ b/README.md @@ -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' ``` diff --git a/autocomplete/build.gradle b/autocomplete/build.gradle index 4a6e6f9..19598d9 100644 --- a/autocomplete/build.gradle +++ b/autocomplete/build.gradle @@ -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 {