Release v1.1.13
This commit is contained in:
parent
8c8aa6f6d4
commit
ef30e954bd
@ -13,7 +13,7 @@ repositories {
|
||||
}
|
||||
|
||||
dependencies {
|
||||
implementation("com.michael-bull.kotlin-result:kotlin-result:1.1.12")
|
||||
implementation("com.michael-bull.kotlin-result:kotlin-result:1.1.13")
|
||||
}
|
||||
```
|
||||
|
||||
@ -153,8 +153,8 @@ dependency:
|
||||
|
||||
```kotlin
|
||||
dependencies {
|
||||
implementation("com.michael-bull.kotlin-result:kotlin-result:1.1.12")
|
||||
implementation("com.michael-bull.kotlin-result:kotlin-result-coroutines:1.1.12")
|
||||
implementation("com.michael-bull.kotlin-result:kotlin-result:1.1.13")
|
||||
implementation("com.michael-bull.kotlin-result:kotlin-result-coroutines:1.1.13")
|
||||
}
|
||||
```
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
group=com.michael-bull.kotlin-result
|
||||
version=1.1.13-SNAPSHOT
|
||||
version=1.1.13
|
||||
|
||||
kotlin.code.style=official
|
||||
kotlin.native.ignoreDisabledTargets=true
|
||||
|
Loading…
Reference in New Issue
Block a user