From 597b8f4ff752616e74fa3ac40b792d822b296f00 Mon Sep 17 00:00:00 2001 From: Kizito Nwose Date: Sun, 21 Oct 2018 09:33:20 +0100 Subject: [PATCH] Update README --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 2193ac0..1275322 100755 --- a/README.md +++ b/README.md @@ -238,7 +238,7 @@ Add the dependency to your `build.gradle`: ```groovy dependencies { - compile 'com.github.kizitonwose.time:time:1.0.1' + compile 'com.github.kizitonwose.time:time:1.0.2' } ``` @@ -246,7 +246,7 @@ dependencies { ```groovy dependencies { - compile 'com.github.kizitonwose.time:time-android:1.0.1' + compile 'com.github.kizitonwose.time:time-android:1.0.2' } ```