Skip to content

Commit 373cd66

Browse files
chore: update README dependency versions
1 parent 70df74c commit 373cd66

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Add the dependency in your `build.gradle.kts` file:
2121

2222
```kotlin
2323
dependencies {
24-
implementation("com.sumup:sumup:0.0.1")
24+
implementation("com.sumup:sumup:0.0.2")
2525
}
2626
```
2727

@@ -31,7 +31,7 @@ Add the dependency in your `build.gradle` file:
3131

3232
```groovy
3333
dependencies {
34-
implementation 'com.sumup:sumup:0.0.1'
34+
implementation 'com.sumup:sumup:0.0.2'
3535
}
3636
```
3737

@@ -43,7 +43,7 @@ Add the dependency in your `pom.xml` file:
4343
<dependency>
4444
<groupId>com.sumup</groupId>
4545
<artifactId>sumup</artifactId>
46-
<version>0.0.1</version>
46+
<version>0.0.2</version>
4747
</dependency>
4848
```
4949

0 commit comments

Comments
 (0)