From ce30b063883da14978ffc639e3432a8d27de40af Mon Sep 17 00:00:00 2001 From: Amit Jangid Date: Sat, 20 Oct 2018 15:54:47 +0530 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 62b53ed..b181e34 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # kotlib -[![](https://jitpack.io/v/amitjangid80/kotlib.svg)](https://jitpack.io/#amitjangid80/kotlib) +Tag: [![](https://jitpack.io/v/amitjangid80/kotlib.svg)](https://jitpack.io/#amitjangid80/kotlib) ### Usage @@ -15,6 +15,6 @@ allprojects { ``` dependencies { - implementation 'com.github.amitjangid80:kotlib:v1.0.2' + implementation 'com.github.amitjangid80:kotlib:Tag' } ```