Skip to content

Commit

Permalink
Bump the version to 0.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
manjunathc23 committed Mar 10, 2017
1 parent e2beaf1 commit 8ed53e6
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

[![Platform](https://img.shields.io/badge/platform-android-green.svg)](http://developer.android.com/index.html)
![SDK](https://img.shields.io/badge/SDK-16%2B-green.svg)
![Release](https://img.shields.io/badge/release-0.0.3-green.svg)
![Release](https://img.shields.io/badge/release-0.0.4-green.svg)
[![Jitpack](https://jitpack.io/v/myntra/CoachMarks.svg)](https://jitpack.io/#myntra/CoachMarks)
[![Build Status](https://travis-ci.org/myntra/CoachMarks.svg?branch=master)](https://travis-ci.org/myntra/CoachMarks)
[![CircleCI](https://circleci.com/gh/myntra/CoachMarks.svg?style=svg)](https://circleci.com/gh/myntra/CoachMarks)
Expand All @@ -23,7 +23,7 @@ Add jitpack to your root `build.gradle`
Add the dependency
```
dependencies {
compile 'com.github.myntra:CoachMarks:0.0.3'
compile 'com.github.myntra:CoachMarks:0.0.4'
}
```

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.3"
versionName "0.0.4"
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.3"
versionName "0.0.4"
}

buildTypes {
Expand Down

0 comments on commit 8ed53e6

Please sign in to comment.