From bee22c47c2e71c365c99af7db85bb3f78754d78b Mon Sep 17 00:00:00 2001 From: Ertugrul <56167652+ertugrulkaragoz@users.noreply.github.com> Date: Thu, 1 Apr 2021 12:56:29 +0300 Subject: [PATCH 1/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f038fd7..c731e21 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ allprojects { } dependencies { - implementation 'implementation 'com.github.ertugrulkaragoz:SuperBottomBar:0.1' + implementation 'implementation 'com.github.ertugrulkaragoz:SuperBottomBar:0.2' } ``` From f2c2854c2fc237b2debedb0b209717c090457174 Mon Sep 17 00:00:00 2001 From: Ertugrul <56167652+ertugrulkaragoz@users.noreply.github.com> Date: Thu, 1 Apr 2021 13:00:04 +0300 Subject: [PATCH 2/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c731e21..a03705f 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ allprojects { } dependencies { - implementation 'implementation 'com.github.ertugrulkaragoz:SuperBottomBar:0.2' + implementation 'com.github.ertugrulkaragoz:SuperBottomBar:0.2' } ```