From ae7cf6a1b4b725351eac087106a8bde160b3a926 Mon Sep 17 00:00:00 2001 From: Michael Bull Date: Fri, 15 Apr 2022 16:45:13 +0100 Subject: [PATCH] Release v1.1.15 --- README.md | 6 +++--- gradle.properties | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 0868fb8..7c14b13 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,7 @@ repositories { } dependencies { - implementation("com.michael-bull.kotlin-result:kotlin-result:1.1.14") + implementation("com.michael-bull.kotlin-result:kotlin-result:1.1.15") } ``` @@ -165,8 +165,8 @@ dependency: ```kotlin dependencies { - implementation("com.michael-bull.kotlin-result:kotlin-result:1.1.14") - implementation("com.michael-bull.kotlin-result:kotlin-result-coroutines:1.1.14") + implementation("com.michael-bull.kotlin-result:kotlin-result:1.1.15") + implementation("com.michael-bull.kotlin-result:kotlin-result-coroutines:1.1.15") } ``` diff --git a/gradle.properties b/gradle.properties index fdd684e..49262ae 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,5 +1,5 @@ group=com.michael-bull.kotlin-result -version=1.1.15-SNAPSHOT +version=1.1.15 kotlin.code.style=official kotlin.native.ignoreDisabledTargets=true