Skip to content

Commit

Permalink
Release version v1.1.18
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelbull committed May 23, 2023
1 parent d7dbf35 commit 346fa78
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ repositories {
}
dependencies {
implementation("com.michael-bull.kotlin-result:kotlin-result:1.1.17")
implementation("com.michael-bull.kotlin-result:kotlin-result:1.1.18")
}
```

Expand Down Expand Up @@ -170,8 +170,8 @@ dependency:

```kotlin
dependencies {
implementation("com.michael-bull.kotlin-result:kotlin-result:1.1.17")
implementation("com.michael-bull.kotlin-result:kotlin-result-coroutines:1.1.17")
implementation("com.michael-bull.kotlin-result:kotlin-result:1.1.18")
implementation("com.michael-bull.kotlin-result:kotlin-result-coroutines:1.1.18")
}
```

Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
group=com.michael-bull.kotlin-result
version=1.1.18-SNAPSHOT
version=1.1.18

kotlin.code.style=official
kotlin.native.ignoreDisabledTargets=true
Expand Down

0 comments on commit 346fa78

Please sign in to comment.