Skip to content

Commit

Permalink
Preparing for release v1.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
sjwall committed Aug 21, 2016
1 parent 23350fd commit fb12abb
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 6 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@

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

## v1.1.4 (2016-08-21)

### Bug Fixes

* Fixed prompt view position not changing on target view position change
* Fixed null pointer exception in Builder.show when create returns null

## v1.1.3 (2016-06-26)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ repositories {
}
dependencies {
compile 'uk.co.samuelwall:material-tap-target-prompt:1.1.3'
compile 'uk.co.samuelwall:material-tap-target-prompt:1.1.4'
}
```

Expand Down
6 changes: 3 additions & 3 deletions library/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ apply plugin: 'com.jfrog.bintray'

// Maven Group ID for the artifact
group = 'uk.co.samuelwall'
version = "1.1.3"
version = "1.1.4"

android {
compileSdkVersion 23
Expand All @@ -29,8 +29,8 @@ android {
defaultConfig {
minSdkVersion 7
targetSdkVersion 23
versionCode 5
versionName "1.1.3"
versionCode 6
versionName "1.1.4"
}
buildTypes {
debug {
Expand Down
4 changes: 2 additions & 2 deletions sample/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ android {
applicationId "uk.co.samuelwall.materialtaptargetprompt.sample"
minSdkVersion 7
targetSdkVersion 23
versionCode 5
versionName "1.1.3"
versionCode 6
versionName "1.1.4"
}
buildTypes {
release {
Expand Down

0 comments on commit fb12abb

Please sign in to comment.