From a0268de412e5c060c38f59fefe2c72354daa299b Mon Sep 17 00:00:00 2001 From: Tahaak67 Date: Sun, 31 Mar 2024 12:46:48 +0200 Subject: [PATCH] update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f2a6be0..941490a 100644 --- a/README.md +++ b/README.md @@ -34,7 +34,7 @@ Showcase Layout Compose can be used in **both** Jetpack Compose (native Android) Add the dependency to your module's `build.gradle` file like below ``` kotlin -implementation("ly.com.tahaben:showcase-layout-compose:1.0.5") +implementation("ly.com.tahaben:showcase-layout-compose:1.0.6") ``` ## Usage