From 4e1205e5032bd364c40f228ebd513529ce4026cf Mon Sep 17 00:00:00 2001 From: Michael Bull Date: Sat, 12 Jun 2021 16:38:57 +0100 Subject: [PATCH] Release v1.1.12 --- README.md | 6 +++--- gradle.properties | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 56868c6..a28cde8 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ repositories { } dependencies { - implementation("com.michael-bull.kotlin-result:kotlin-result:1.1.11") + implementation("com.michael-bull.kotlin-result:kotlin-result:1.1.12") } ``` @@ -153,8 +153,8 @@ dependency: ```kotlin dependencies { - implementation("com.michael-bull.kotlin-result:kotlin-result:1.1.11") - implementation("com.michael-bull.kotlin-result:kotlin-result-coroutines:1.1.11") + implementation("com.michael-bull.kotlin-result:kotlin-result:1.1.12") + implementation("com.michael-bull.kotlin-result:kotlin-result-coroutines:1.1.12") } ``` diff --git a/gradle.properties b/gradle.properties index 8483753..e6ccabb 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,6 +1,6 @@ kotlin.code.style=official group=com.michael-bull.kotlin-result -version=1.1.12-SNAPSHOT +version=1.1.12 kotlin.native.ignoreDisabledTargets=true