From 322f1a5801f31079e0fe225024d5c3e063b1a85b Mon Sep 17 00:00:00 2001 From: Michael Bull Date: Fri, 20 Dec 2019 14:58:52 +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 1e769cf..40054f7 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ repositories { } dependencies { - compile 'com.michael-bull.kotlin-result:kotlin-result:1.1.0' + compile 'com.michael-bull.kotlin-result:kotlin-result:1.1.4' } ```