Skip to content

Commit 63de3ee

Browse files
chore: also bump version in the README
chore: also bump version in the README
1 parent 929fecf commit 63de3ee

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ The API documentation can be found [here](https://docs.lithic.com).
1717
#### Gradle
1818

1919
```kotlin
20-
implementation("com.lithic.api:lithic-java:0.2.0")
20+
implementation("com.lithic.api:lithic-java:0.3.0")
2121
```
2222

2323
#### Maven
@@ -26,7 +26,7 @@ implementation("com.lithic.api:lithic-java:0.2.0")
2626
<dependency>
2727
<groupId>com.lithic.api</groupId>
2828
<artifactId>lithic-java</artifactId>
29-
<version>0.2.0</version>
29+
<version>0.3.0</version>
3030
</dependency>
3131
```
3232

0 commit comments

Comments
 (0)