From 346fa788654660a98fb1e554df709ef58ed00454 Mon Sep 17 00:00:00 2001 From: Michael Bull Date: Tue, 23 May 2023 10:12:25 +0100 Subject: [PATCH] Release version v1.1.18 --- README.md | 6 +++--- gradle.properties | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index f10bf0e..3b6d56d 100644 --- a/README.md +++ b/README.md @@ -30,7 +30,7 @@ repositories { } dependencies { - implementation("com.michael-bull.kotlin-result:kotlin-result:1.1.17") + implementation("com.michael-bull.kotlin-result:kotlin-result:1.1.18") } ``` @@ -170,8 +170,8 @@ dependency: ```kotlin dependencies { - implementation("com.michael-bull.kotlin-result:kotlin-result:1.1.17") - implementation("com.michael-bull.kotlin-result:kotlin-result-coroutines:1.1.17") + implementation("com.michael-bull.kotlin-result:kotlin-result:1.1.18") + implementation("com.michael-bull.kotlin-result:kotlin-result-coroutines:1.1.18") } ``` diff --git a/gradle.properties b/gradle.properties index d2c32fb..301a483 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,5 +1,5 @@ group=com.michael-bull.kotlin-result -version=1.1.18-SNAPSHOT +version=1.1.18 kotlin.code.style=official kotlin.native.ignoreDisabledTargets=true