From 4e5f5829ed06f7beaf787b2e77798d1e4535703d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Volkan=20=C5=9Eahin?= Date: Sat, 29 Apr 2017 16:23:24 +0300 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index cebda35..af5878a 100644 --- a/README.md +++ b/README.md @@ -108,7 +108,7 @@ Add it in your root build.gradle at the end of repositories: ```groovy dependencies { - compile 'com.github.volsahin:volx-recyclerview-fast-scroll:v1.0' + compile 'com.github.volsahin:volx-recyclerview-fast-scroll:v1.0.1' } ```