From 460d71ca0dc781729b4272919d1e0517fb3c65e3 Mon Sep 17 00:00:00 2001 From: Emir Demirli <50905347+commandiron@users.noreply.github.com> Date: Sun, 11 Sep 2022 16:48:53 +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 727d09e..7a2fa29 100644 --- a/README.md +++ b/README.md @@ -31,7 +31,7 @@ dependencyResolutionManagement { 3. Add dependency ```groovy dependencies { - implementation 'com.github.commandiron:WheelPickerCompose:1.0.2' + implementation 'com.github.commandiron:WheelPickerCompose:1.0.3' } ```