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