From 5676848dbdf3c79bdb606174574457ff548ad0ad Mon Sep 17 00:00:00 2001 From: RumitPatel <81635516+RumitPatel@users.noreply.github.com> Date: Tue, 28 Nov 2023 20:23:47 +0530 Subject: [PATCH] version name updated to 0.11.0 (#310) --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index be047ee0..f25fa235 100644 --- a/README.md +++ b/README.md @@ -44,11 +44,11 @@ A simple *Slide to Unlock* **Material** widget for **Android**, written in [**Ko ```groovy dependencies { - implementation "com.ncorti:slidetoact:0.10.0" + implementation "com.ncorti:slidetoact:0.11.0" } ``` -Or you can download the .AAR artifact [directly from Maven Central](https://search.maven.org/artifact/com.ncorti/slidetoact/0.10.0/aar). +Or you can download the .AAR artifact [directly from Maven Central](https://search.maven.org/artifact/com.ncorti/slidetoact/0.11.0/aar). ## Example 🚸