Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
bverbeken committed Mar 21, 2022
1 parent 318a0c3 commit 76d0676
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,14 +30,14 @@ Then you can refer to seatsio-java as a regular package:
```
// build.gradle
dependencies {
compile 'com.github.seatsio:seatsio-java:70.0.0'
compile 'com.github.seatsio:seatsio-java:70.1.0'
}
// pom.xml
<dependency>
<groupId>com.github.seatsio</groupId>
<artifactId>seatsio-java</artifactId>
<version>70.0.0</version>
<version>70.1.0</version>
</dependency>
```

Expand Down

0 comments on commit 76d0676

Please sign in to comment.