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