From 55610e207c695d475b8019e3cb1b7e218c4210e5 Mon Sep 17 00:00:00 2001 From: Michael Bull Date: Sun, 19 Jul 2020 11:06:54 +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 b4f9dd3..42cc399 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ repositories { } dependencies { - implementation("com.michael-bull.kotlin-result:kotlin-result:1.1.7") + implementation("com.michael-bull.kotlin-result:kotlin-result:1.1.8") } ```