From a9b48577158a81c0e1731d5c7e0fb8baa22eab2a Mon Sep 17 00:00:00 2001 From: Michael Bull Date: Sat, 8 Jan 2022 13:46:00 +0000 Subject: [PATCH] Release v1.1.14 --- README.md | 4 ++-- gradle.properties | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 437c44f..a3a27b1 100644 --- a/README.md +++ b/README.md @@ -153,8 +153,8 @@ dependency: ```kotlin dependencies { - implementation("com.michael-bull.kotlin-result:kotlin-result:1.1.13") - implementation("com.michael-bull.kotlin-result:kotlin-result-coroutines:1.1.13") + implementation("com.michael-bull.kotlin-result:kotlin-result:1.1.14") + implementation("com.michael-bull.kotlin-result:kotlin-result-coroutines:1.1.14") } ``` diff --git a/gradle.properties b/gradle.properties index 23d0cfa..585f826 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,5 +1,5 @@ group=com.michael-bull.kotlin-result -version=1.1.14-SNAPSHOT +version=1.1.14 kotlin.code.style=official kotlin.native.ignoreDisabledTargets=true