Skip to content

Commit 346fa78

Browse files
committed
Release version v1.1.18
1 parent d7dbf35 commit 346fa78

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ repositories {
3030
}
3131
3232
dependencies {
33-
implementation("com.michael-bull.kotlin-result:kotlin-result:1.1.17")
33+
implementation("com.michael-bull.kotlin-result:kotlin-result:1.1.18")
3434
}
3535
```
3636

@@ -170,8 +170,8 @@ dependency:
170170

171171
```kotlin
172172
dependencies {
173-
implementation("com.michael-bull.kotlin-result:kotlin-result:1.1.17")
174-
implementation("com.michael-bull.kotlin-result:kotlin-result-coroutines:1.1.17")
173+
implementation("com.michael-bull.kotlin-result:kotlin-result:1.1.18")
174+
implementation("com.michael-bull.kotlin-result:kotlin-result-coroutines:1.1.18")
175175
}
176176
```
177177

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
group=com.michael-bull.kotlin-result
2-
version=1.1.18-SNAPSHOT
2+
version=1.1.18
33

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

0 commit comments

Comments
 (0)