Skip to content

Commit 1eb48fe

Browse files
committedDec 22, 2024
Release v2.0.1
1 parent a074f26 commit 1eb48fe

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

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

189189
```kotlin
190190
dependencies {
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")
191+
implementation("com.michael-bull.kotlin-result:kotlin-result:2.0.1")
192+
implementation("com.michael-bull.kotlin-result:kotlin-result-coroutines:2.0.1")
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.1-SNAPSHOT
2+
version=2.0.1
33
description=A multiplatform Result monad for modelling success or failure operations.
44

55
kotlin.code.style=official

0 commit comments

Comments
 (0)
Failed to load comments.