From 675a61e65025f64088961f145955838f961305d0 Mon Sep 17 00:00:00 2001 From: Manjunath Chandrashekar Date: Wed, 8 Mar 2017 18:25:21 +0530 Subject: [PATCH] Update readme --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 11b757e..b21bb7d 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,8 @@ [![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.1-green.svg) +![Release](https://img.shields.io/badge/release-0.0.2-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) @@ -22,7 +23,7 @@ Add jitpack to your root `build.gradle` Add the dependency ``` dependencies { - compile 'com.github.myntra:CoachMarks:0.0.1' + compile 'com.github.myntra:CoachMarks:0.0.2' } ```