Skip to content

Commit

Permalink
Preparing for release v1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sjwall committed Sep 21, 2016
1 parent 54b7cd8 commit 792b6d0
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 5 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@

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

## v1.3.0

* Added changing primary and secondary text typeface
* Reduced number of generated methods

## v1.2.1

### 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.2.1'
compile 'uk.co.samuelwall:material-tap-target-prompt:1.3.0'
}
```

Expand Down
4 changes: 2 additions & 2 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.2.1"
version = "1.3.0"

android {
compileSdkVersion 23
Expand All @@ -29,7 +29,7 @@ android {
defaultConfig {
minSdkVersion 7
targetSdkVersion 23
versionCode 8
versionCode 9
versionName version
}
buildTypes {
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 8
versionName "1.2.1"
versionCode 9
versionName "1.3.0"
}
buildTypes {
release {
Expand Down

0 comments on commit 792b6d0

Please sign in to comment.