From d682da05dc67eb0860e42e460b76471c6c82c510 Mon Sep 17 00:00:00 2001 From: grivos Date: Tue, 8 Jun 2021 22:56:31 +0300 Subject: [PATCH] Version bump --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6f22452..d74b72b 100644 --- a/README.md +++ b/README.md @@ -40,7 +40,7 @@ Add these dependencies to your app module's build.gradle file: ```groovy dependencies { ... - implementation 'com.github.grivos:Spanomatic:1.2.0' + implementation 'com.github.grivos:Spanomatic:1.2.1' implementation 'io.github.inflationx:viewpump:2.0.3' } ```