From 2874cc1de7a168f278572313be9f08b434fa29a0 Mon Sep 17 00:00:00 2001 From: Daniel Morales Date: Sun, 22 Apr 2018 02:25:01 +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 594b194..882c94c 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,7 @@ Add this to your module's `build.gradle` file (make sure the version matches the ```gradle dependencies { ... - implementation 'com.github.GrenderG:Toasty:1.2.9' + implementation 'com.github.GrenderG:Toasty:1.3.0' } ```