diff --git a/README.md b/README.md index 5eb2152..a21d4b6 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,7 @@ Add the dependency: ```xml dependencies { - compile 'com.github.RyPope:TagEditText:1.0.3' + compile 'com.github.RyPope:TagEditText:1.0.4' } ``` diff --git a/tagedittext/build.gradle b/tagedittext/build.gradle index d2cc449..47b3f85 100644 --- a/tagedittext/build.gradle +++ b/tagedittext/build.gradle @@ -7,8 +7,8 @@ android { defaultConfig { minSdkVersion 15 targetSdkVersion 25 - versionCode 4 - versionName "1.0.3" + versionCode 5 + versionName "1.0.4" } buildTypes { release {