Skip to content

Commit

Permalink
Preparing for release v1.9.5
Browse files Browse the repository at this point in the history
  • Loading branch information
sjwall committed Apr 3, 2017
1 parent a9db2ef commit de90269
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

This project adheres to [Semantic Versioning](http://semver.org/).

## v1.9.5 (2017-04-03)

### Bug Fixes

* Fixed null text causing crash when layout direction is right to left

## v1.9.4 (2017-04-02)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ repositories {
}
dependencies {
compile 'uk.co.samuelwall:material-tap-target-prompt:1.9.4'
compile 'uk.co.samuelwall:material-tap-target-prompt:1.9.5'
}
```
Supports minSdkVersion 7
Expand Down
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,6 @@ ext {
targetSdkVersion = 23
compileSdkVersion = 23

versionCode = 28
versionName = '1.9.4'
versionCode = 29
versionName = '1.9.5'
}

0 comments on commit de90269

Please sign in to comment.