Skip to content

Commit 79d50b7

Browse files
committed
Release v1.1.16
1 parent f0195b5 commit 79d50b7

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
@@ -25,7 +25,7 @@ repositories {
2525
}
2626
2727
dependencies {
28-
implementation("com.michael-bull.kotlin-result:kotlin-result:1.1.15")
28+
implementation("com.michael-bull.kotlin-result:kotlin-result:1.1.16")
2929
}
3030
```
3131

@@ -165,8 +165,8 @@ dependency:
165165

166166
```kotlin
167167
dependencies {
168-
implementation("com.michael-bull.kotlin-result:kotlin-result:1.1.15")
169-
implementation("com.michael-bull.kotlin-result:kotlin-result-coroutines:1.1.15")
168+
implementation("com.michael-bull.kotlin-result:kotlin-result:1.1.16")
169+
implementation("com.michael-bull.kotlin-result:kotlin-result-coroutines:1.1.16")
170170
}
171171
```
172172

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=1.1.16-SNAPSHOT
2+
version=1.1.16
33

44
kotlin.code.style=official
55
kotlin.native.ignoreDisabledTargets=true

0 commit comments

Comments
 (0)