Skip to content

Commit

Permalink
Update version + readme
Browse files Browse the repository at this point in the history
  • Loading branch information
RyPope committed Sep 25, 2017
1 parent aba272a commit 1c129db
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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'
}
```

Expand Down
4 changes: 2 additions & 2 deletions tagedittext/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ android {
defaultConfig {
minSdkVersion 15
targetSdkVersion 25
versionCode 4
versionName "1.0.3"
versionCode 5
versionName "1.0.4"
}
buildTypes {
release {
Expand Down

0 comments on commit 1c129db

Please sign in to comment.