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' } ```