From 8a455138ee0738d1dc03196d3a0943ded6b64ee8 Mon Sep 17 00:00:00 2001 From: Kizito Nwose Date: Tue, 31 Oct 2017 09:50:11 +0100 Subject: [PATCH] Update README --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 0d1ca5f..25efab8 100755 --- a/README.md +++ b/README.md @@ -127,7 +127,7 @@ class Week : TimeUnit { } val Number.weeks: Interval - get() = Interval(this.toDouble()) + get() = Interval(this) val Interval.inWeeks: Interval get() = converted() @@ -232,7 +232,7 @@ Add the dependency to your `build.gradle`: ```groovy dependencies { - compile 'com.github.kizitonwose.time:time:1.0.0' + compile 'com.github.kizitonwose.time:time:1.0.1' } ``` @@ -240,7 +240,7 @@ dependencies { ```groovy dependencies { - compile 'com.github.kizitonwose.time:time-android:1.0.0' + compile 'com.github.kizitonwose.time:time-android:1.0.1' } ```