From 3a984d30e03238967604d5ca22232ed6d6747322 Mon Sep 17 00:00:00 2001 From: Amit Jangid Date: Sun, 9 Sep 2018 18:25:53 +0530 Subject: [PATCH] Update README.md --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index f5753d8..62b53ed 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,8 @@ # kotlib +[![](https://jitpack.io/v/amitjangid80/kotlib.svg)](https://jitpack.io/#amitjangid80/kotlib) + + ### Usage ``` allprojects { @@ -12,6 +15,6 @@ allprojects { ``` dependencies { - implementation 'com.github.amitjangid80:kotlib:v1.0.1' + implementation 'com.github.amitjangid80:kotlib:v1.0.2' } ```