Skip to content

Commit

Permalink
Release v1.1.14
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelbull committed Jan 8, 2022
1 parent 72df4c0 commit a9b4857
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -153,8 +153,8 @@ dependency:

```kotlin
dependencies {
implementation("com.michael-bull.kotlin-result:kotlin-result:1.1.13")
implementation("com.michael-bull.kotlin-result:kotlin-result-coroutines: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.14")
}
```

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.14-SNAPSHOT
version=1.1.14

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

0 comments on commit a9b4857

Please sign in to comment.