Skip to content

Commit 8680de7

Browse files
committed
Release v2.0.1
1 parent 892e87e commit 8680de7

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ repositories {
3737
}
3838
3939
dependencies {
40-
implementation("com.michael-bull.kotlin-retry:kotlin-retry:2.0.0")
40+
implementation("com.michael-bull.kotlin-retry:kotlin-retry:2.0.1")
4141
}
4242
```
4343

@@ -127,7 +127,7 @@ repositories {
127127
}
128128
129129
dependencies {
130-
implementation("com.michael-bull.kotlin-retry:kotlin-retry-result:2.0.0")
130+
implementation("com.michael-bull.kotlin-retry:kotlin-retry-result:2.0.1")
131131
}
132132
```
133133

gradle.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
group=com.michael-bull.kotlin-retry
2-
version=2.0.1-SNAPSHOT
2+
version=2.0.1
33
description=A multiplatform higher-order function for retrying operations that may fail.
44

55
kotlin.code.style=official

0 commit comments

Comments
 (0)