Skip to content

Commit

Permalink
Release v2.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelbull committed Apr 11, 2024
1 parent 892e87e commit 8680de7
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 @@ -37,7 +37,7 @@ repositories {
}
dependencies {
implementation("com.michael-bull.kotlin-retry:kotlin-retry:2.0.0")
implementation("com.michael-bull.kotlin-retry:kotlin-retry:2.0.1")
}
```

Expand Down Expand Up @@ -127,7 +127,7 @@ repositories {
}
dependencies {
implementation("com.michael-bull.kotlin-retry:kotlin-retry-result:2.0.0")
implementation("com.michael-bull.kotlin-retry:kotlin-retry-result:2.0.1")
}
```

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-retry
version=2.0.1-SNAPSHOT
version=2.0.1
description=A multiplatform higher-order function for retrying operations that may fail.

kotlin.code.style=official
Expand Down

0 comments on commit 8680de7

Please sign in to comment.