From 359b0c0046a5f4d0a7ec24e096ab6a92006c38ad Mon Sep 17 00:00:00 2001 From: Tushar M Shetty Date: Tue, 21 Feb 2023 17:21:59 +0530 Subject: [PATCH] Changed version in README file --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 5e50fd9..7db9288 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ allprojects { ```gradle dependencies { - implementation 'com.github.Tusharshetty912:AutoScroll:1.0.0' + implementation 'com.github.Tusharshetty912:AutoScroll:1.0.1' } ``` @@ -30,3 +30,5 @@ dependencies { #delayInMilliSecs is the time required for waiting in a particular card ``` + +[![](https://jitpack.io/v/Tusharshetty912/AutoScroll.svg)](https://jitpack.io/#Tusharshetty912/AutoScroll)