Skip to content

Commit

Permalink
Version upgrade 0.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
manjunathc23 committed Mar 8, 2017
1 parent bb56cde commit 19d96fb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion coachmarks/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ android {
minSdkVersion versions.minSdk
targetSdkVersion versions.targetSdk
versionCode 1
versionName "0.0.1"
versionName "0.0.2"
vectorDrawables.useSupportLibrary = true
}

Expand Down
2 changes: 1 addition & 1 deletion sample/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ android {
minSdkVersion versions.minSdk
targetSdkVersion versions.targetSdk
versionCode 1
versionName "0.0.1"
versionName "0.0.2"
}

buildTypes {
Expand Down

0 comments on commit 19d96fb

Please sign in to comment.