Skip to content

Commit 5623765

Browse files
committed
Release v2.0.0
Closes #99
1 parent fb3ef3d commit 5623765

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.21")
32+
implementation("com.michael-bull.kotlin-result:kotlin-result:2.0.0")
3333
}
3434
```
3535

@@ -188,8 +188,8 @@ additional dependency:
188188

189189
```kotlin
190190
dependencies {
191-
implementation("com.michael-bull.kotlin-result:kotlin-result:1.1.21")
192-
implementation("com.michael-bull.kotlin-result:kotlin-result-coroutines:1.1.21")
191+
implementation("com.michael-bull.kotlin-result:kotlin-result:2.0.0")
192+
implementation("com.michael-bull.kotlin-result:kotlin-result-coroutines:2.0.0")
193193
}
194194
```
195195

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

55
kotlin.code.style=official

0 commit comments

Comments
 (0)