From 8851a24b50fef3b348e9a31e4d18f0f445864346 Mon Sep 17 00:00:00 2001 From: Joel Kanyi Date: Mon, 31 Jul 2023 17:25:35 +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 1266d381..e2c5910d 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,7 @@ ### Step 2. Add the dependency ```gradle dependencies { - implementation 'com.github.JoelKanyi:ComposeSignature:1.0.0' + implementation 'com.github.JoelKanyi:ComposeSignature:1.0.1' } ```