Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Sep 4, 2024
1 parent a1f9a23 commit 4fad2b6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,14 @@ seatsio-java is available in the Maven Central repository:
```
// build.gradle
dependencies {
compile 'io.seats:seatsio-java:82.19.0'
compile 'io.seats:seatsio-java:82.20.0'
}
// pom.xml
<dependency>
<groupId>io.seats</groupId>
<artifactId>seatsio-java</artifactId>
<version>82.19.0</version>
<version>82.20.0</version>
</dependency>
```

Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ plugins {
}

group = 'io.seats'
version = '82.19.0'
version = '82.20.0'

apply plugin: 'java'
sourceCompatibility = 11
Expand Down

0 comments on commit 4fad2b6

Please sign in to comment.