Skip to content

Commit

Permalink
Bump the version to 0.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
muditpant13 committed Mar 14, 2017
1 parent ae0f2b1 commit 4c6c089
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ Add jitpack to your root `build.gradle`
Add the dependency
```
dependencies {
compile 'com.github.myntra:CoachMarks:0.0.4'
compile 'com.github.myntra:CoachMarks:0.0.5'
}
```

Expand Down
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.4"
versionName "0.0.5"
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.4"
versionName "0.0.5"
}

buildTypes {
Expand Down

0 comments on commit 4c6c089

Please sign in to comment.