From 4c86dd2dab8e886c510fea68c2a1f7d658cca340 Mon Sep 17 00:00:00 2001 From: Michael Bull Date: Thu, 11 Feb 2021 11:53:02 +0000 Subject: [PATCH] Release v1.1.11 --- README.md | 6 +++--- gradle.properties | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 2bd8dfe..56868c6 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ repositories { } dependencies { - implementation("com.michael-bull.kotlin-result:kotlin-result:1.1.10") + implementation("com.michael-bull.kotlin-result:kotlin-result:1.1.11") } ``` @@ -153,8 +153,8 @@ dependency: ```kotlin dependencies { - implementation("com.michael-bull.kotlin-result:kotlin-result:1.1.10") - implementation("com.michael-bull.kotlin-result:kotlin-result-coroutines:1.1.10") + implementation("com.michael-bull.kotlin-result:kotlin-result:1.1.11") + implementation("com.michael-bull.kotlin-result:kotlin-result-coroutines:1.1.11") } ``` diff --git a/gradle.properties b/gradle.properties index f27df9c..c2536d1 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,4 +1,4 @@ kotlin.code.style=official group=com.michael-bull.kotlin-result -version=1.1.11-SNAPSHOT +version=1.1.11