From f26ac88f15da16173e21d105f4cf852f8874b5b8 Mon Sep 17 00:00:00 2001 From: Michael Bull Date: Sat, 30 Jan 2021 18:22:24 +0000 Subject: [PATCH] Release v1.1.10 --- README.md | 6 +++--- gradle.properties | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index f8e2c5f..cb3d3f9 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ repositories { } dependencies { - implementation("com.michael-bull.kotlin-result:kotlin-result:1.1.9") + implementation("com.michael-bull.kotlin-result:kotlin-result:1.1.10") } ``` @@ -142,8 +142,8 @@ Use of coroutines within a `binding` block requires an additional dependency: ```kotlin dependencies { - implementation("com.michael-bull.kotlin-result:kotlin-result:1.1.9") - implementation("com.michael-bull.kotlin-result:kotlin-result-coroutines:1.1.9") + implementation("com.michael-bull.kotlin-result:kotlin-result:1.1.10") + implementation("com.michael-bull.kotlin-result:kotlin-result-coroutines:1.1.10") } ``` diff --git a/gradle.properties b/gradle.properties index 470a014..1054797 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,4 +1,4 @@ kotlin.code.style=official group=com.michael-bull.kotlin-result -version=1.1.10-SNAPSHOT +version=1.1.10