Release v1.1.21
This commit is contained in:
parent
522c821fdf
commit
3cde5ccdcb
@ -29,7 +29,7 @@ repositories {
|
||||
}
|
||||
|
||||
dependencies {
|
||||
implementation("com.michael-bull.kotlin-result:kotlin-result:1.1.20")
|
||||
implementation("com.michael-bull.kotlin-result:kotlin-result:1.1.21")
|
||||
}
|
||||
```
|
||||
|
||||
@ -169,8 +169,8 @@ dependency:
|
||||
|
||||
```kotlin
|
||||
dependencies {
|
||||
implementation("com.michael-bull.kotlin-result:kotlin-result:1.1.20")
|
||||
implementation("com.michael-bull.kotlin-result:kotlin-result-coroutines:1.1.20")
|
||||
implementation("com.michael-bull.kotlin-result:kotlin-result:1.1.21")
|
||||
implementation("com.michael-bull.kotlin-result:kotlin-result-coroutines:1.1.21")
|
||||
}
|
||||
```
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
group=com.michael-bull.kotlin-result
|
||||
version=1.1.21-SNAPSHOT
|
||||
version=1.1.21
|
||||
description=A multiplatform Result monad for modelling success or failure operations.
|
||||
|
||||
kotlin.code.style=official
|
||||
|
Loading…
Reference in New Issue
Block a user