Skip to content

Commit

Permalink
Release v1.1.10
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelbull committed Jan 30, 2021
1 parent e56e6f6 commit f26ac88
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 @@ -13,7 +13,7 @@ repositories {
}
dependencies {
implementation("com.michael-bull.kotlin-result:kotlin-result:1.1.9")
implementation("com.michael-bull.kotlin-result:kotlin-result:1.1.10")
}
```

Expand Down Expand Up @@ -142,8 +142,8 @@ Use of coroutines within a `binding` block requires an additional dependency:

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

Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
kotlin.code.style=official

group=com.michael-bull.kotlin-result
version=1.1.10-SNAPSHOT
version=1.1.10

0 comments on commit f26ac88

Please sign in to comment.