From 36973fd793ccc3e849f734ee5466a54e64be74fc Mon Sep 17 00:00:00 2001 From: Djavan Bertrand Date: Sat, 6 Aug 2016 12:11:26 +0200 Subject: [PATCH] [DEV] Updated README for 0.0.3 release --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e0e8dfa..f3c3c71 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,7 @@ Then add the dependency to the GeofenceHelper library in the build.gradle. ``` dependencies { // ... - compile 'com.github.djavan-bertrand:GeofenceHelper:0.0.2' + compile 'com.github.djavan-bertrand:GeofenceHelper:0.0.3' } ```