Skip to content

Commit a9b4857

Browse files
committed
Release v1.1.14
1 parent 72df4c0 commit a9b4857

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -153,8 +153,8 @@ dependency:
153153

154154
```kotlin
155155
dependencies {
156-
implementation("com.michael-bull.kotlin-result:kotlin-result:1.1.13")
157-
implementation("com.michael-bull.kotlin-result:kotlin-result-coroutines:1.1.13")
156+
implementation("com.michael-bull.kotlin-result:kotlin-result:1.1.14")
157+
implementation("com.michael-bull.kotlin-result:kotlin-result-coroutines:1.1.14")
158158
}
159159
```
160160

gradle.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
group=com.michael-bull.kotlin-result
2-
version=1.1.14-SNAPSHOT
2+
version=1.1.14
33

44
kotlin.code.style=official
55
kotlin.native.ignoreDisabledTargets=true

0 commit comments

Comments
 (0)