Skip to content

Commit e138ecd

Browse files
committed
Release v2.0.2
1 parent 9211a0c commit e138ecd

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
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.1")
40+
implementation("com.michael-bull.kotlin-retry:kotlin-retry:2.0.2")
4141
}
4242
```
4343

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

gradle.properties

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

55
kotlin.code.style=official

0 commit comments

Comments
 (0)