From 8e2b65ce51f26fee17a142b8fd5078c5b89946a2 Mon Sep 17 00:00:00 2001 From: Tomer Goldstein Date: Wed, 12 Jan 2022 00:17:35 +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 2c9b23f..a8ceaa5 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ Simple to use library for android, Enabling to add a tooltip near any view with Add a dependency to your app build.gradle ```groovy dependencies { - implementation 'com.tomergoldst.android:tooltips:1.1.0' + implementation 'com.tomergoldst.android:tooltips:1.1.1' } ```