From 6c6972cfa726b47cab45b4eda5899115a19acb7b Mon Sep 17 00:00:00 2001 From: Emir Demirli <50905347+commandiron@users.noreply.github.com> Date: Fri, 16 Sep 2022 12:23:44 +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 3150497..d13b311 100644 --- a/README.md +++ b/README.md @@ -31,7 +31,7 @@ dependencyResolutionManagement { 3. Add dependency ```groovy dependencies { - implementation 'com.github.commandiron:WheelPickerCompose:1.0.5' + implementation 'com.github.commandiron:WheelPickerCompose:1.0.6' } ```