From 5bccce954c535a5775914c4565fb57c33954d2f2 Mon Sep 17 00:00:00 2001 From: Tayfun Cesur Date: Tue, 18 Jun 2019 08:15:02 +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 e396133..7002bfe 100644 --- a/README.md +++ b/README.md @@ -34,7 +34,7 @@ Add the dependency: ```groovy dependencies { - implementation 'com.github.TayfunCesur:CurvedBottomSheet:1.0' + implementation 'com.github.TayfunCesur:CurvedBottomSheet:1.0.1' } ```