From 8b13ab735c073840930f73fc0db7f2531000989b Mon Sep 17 00:00:00 2001 From: Michael Bull Date: Tue, 28 Nov 2017 18:47:15 +0000 Subject: [PATCH] Update version in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 525549a..e02853c 100644 --- a/README.md +++ b/README.md @@ -45,7 +45,7 @@ repositories { } dependencies { - compile 'com.github.michaelbull:kotlin-result:1.0.1' + compile 'com.github.michaelbull:kotlin-result:1.0.2' } ```