Skip to content

Commit 779479b

Browse files
committed
Release v1.1.19
1 parent 546abbf commit 779479b

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ repositories {
2929
}
3030
3131
dependencies {
32-
implementation("com.michael-bull.kotlin-result:kotlin-result:1.1.18")
32+
implementation("com.michael-bull.kotlin-result:kotlin-result:1.1.19")
3333
}
3434
```
3535

@@ -169,8 +169,8 @@ dependency:
169169

170170
```kotlin
171171
dependencies {
172-
implementation("com.michael-bull.kotlin-result:kotlin-result:1.1.18")
173-
implementation("com.michael-bull.kotlin-result:kotlin-result-coroutines:1.1.18")
172+
implementation("com.michael-bull.kotlin-result:kotlin-result:1.1.19")
173+
implementation("com.michael-bull.kotlin-result:kotlin-result-coroutines:1.1.19")
174174
}
175175
```
176176

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.19-SNAPSHOT
2+
version=1.1.19
33
description=A multiplatform Result monad for modelling success or failure operations.
44

55
kotlin.code.style=official

0 commit comments

Comments
 (0)