From 3651b2427f7b5275b1cab206a81deb4769f34f23 Mon Sep 17 00:00:00 2001 From: Michael Bull Date: Thu, 4 Jun 2020 19:14:44 +0100 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 9ae7ab9..ab0e543 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ repositories { } dependencies { - implementation("com.michael-bull.kotlin-result:kotlin-result:1.1.6") + implementation("com.michael-bull.kotlin-result:kotlin-result:1.1.7") } ```