From 49b8fee6aae70e5af84953679dd8380267d2ac80 Mon Sep 17 00:00:00 2001 From: Josh Kitchens Date: Thu, 11 Feb 2016 00:18:51 -0500 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f8ce52c..23b1f40 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ repositories { } dependencies{ - compile 'com.github.blackcat27:library:1.3.0' + compile 'com.github.blackcat27:library:1.3.1' } ``` @@ -31,7 +31,7 @@ repositories{ } dependencies { - compile 'com.github.BlacKCaT27:CurrencyEditText:v1.3.0' + compile 'com.github.BlacKCaT27:CurrencyEditText:v1.3.1' } ```