From 79d50b7d533a2c0f410114d7c1bebdd9124be8d7 Mon Sep 17 00:00:00 2001 From: Michael Bull Date: Wed, 20 Apr 2022 15:22:07 +0100 Subject: [PATCH] Release v1.1.16 --- README.md | 6 +++--- gradle.properties | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 7c14b13..0a2beee 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,7 @@ repositories { } dependencies { - implementation("com.michael-bull.kotlin-result:kotlin-result:1.1.15") + implementation("com.michael-bull.kotlin-result:kotlin-result:1.1.16") } ``` @@ -165,8 +165,8 @@ dependency: ```kotlin dependencies { - implementation("com.michael-bull.kotlin-result:kotlin-result:1.1.15") - implementation("com.michael-bull.kotlin-result:kotlin-result-coroutines:1.1.15") + implementation("com.michael-bull.kotlin-result:kotlin-result:1.1.16") + implementation("com.michael-bull.kotlin-result:kotlin-result-coroutines:1.1.16") } ``` diff --git a/gradle.properties b/gradle.properties index 70f0a02..b6ea033 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,5 +1,5 @@ group=com.michael-bull.kotlin-result -version=1.1.16-SNAPSHOT +version=1.1.16 kotlin.code.style=official kotlin.native.ignoreDisabledTargets=true