From 0ef362cfde22b212650c5515b58e0f335c2023ed Mon Sep 17 00:00:00 2001 From: Ido Barnea <30974296+Ido-Barnea@users.noreply.github.com> Date: Sat, 16 Apr 2022 15:29:25 +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 d98bbbd..782b51c 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ A simple library to help developers create alert dialogs > Step 2: Add the dependency ```gradle dependencies { - implementation 'com.github.Ido-Barnea:Dialoger:1.1.0' + implementation 'com.github.Ido-Barnea:Dialoger:1.1.1' } ``` That's it!