Skip to content

Commit

Permalink
Preparing for release v1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sjwall committed Jun 12, 2016
1 parent e28a328 commit 3b234bb
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ repositories {
}
dependencies {
compile 'uk.co.samuelwall:material-tap-target-prompt:1.0.0'
compile 'uk.co.samuelwall:material-tap-target-prompt:1.1.0'
}
```

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.0.0"
version = "1.1.0"

android {
compileSdkVersion 23
Expand All @@ -29,8 +29,8 @@ android {
defaultConfig {
minSdkVersion 7
targetSdkVersion 23
versionCode 1
versionName "1.0"
versionCode 2
versionName "1.1.0"
}
buildTypes {
release {
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 1
versionName "1.0"
versionCode 2
versionName "1.1.0"
}
buildTypes {
release {
Expand Down

0 comments on commit 3b234bb

Please sign in to comment.