Skip to content

Commit

Permalink
1.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
xiphirx committed Mar 27, 2017
1 parent cddf05a commit 4c90ab2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -23,7 +23,7 @@ TapTargetView is distributed using [jcenter](https://bintray.com/keepsafesoftwar
}
dependencies {
compile 'com.getkeepsafe.taptargetview:taptargetview:1.8.0'
compile 'com.getkeepsafe.taptargetview:taptargetview:1.9.0'
}
```

Expand Down
2 changes: 1 addition & 1 deletion taptargetview/build.gradle
Expand Up @@ -4,7 +4,7 @@ apply plugin: 'com.jfrog.bintray'

def libname = 'TapTargetView'
group = 'com.getkeepsafe.taptargetview'
version = '1.8.0'
version = '1.9.0'
description = 'An implementation of tap targets from the Material Design guidelines for feature discovery'

android {
Expand Down

0 comments on commit 4c90ab2

Please sign in to comment.