Skip to content

Commit b1998e6

Browse files
version bump
1 parent b41246b commit b1998e6

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,14 @@ seatsio-java is available in the Maven Central repository:
1010
```
1111
// build.gradle
1212
dependencies {
13-
compile 'io.seats:seatsio-java:90.5.0'
13+
compile 'io.seats:seatsio-java:90.6.0'
1414
}
1515
1616
// pom.xml
1717
<dependency>
1818
<groupId>io.seats</groupId>
1919
<artifactId>seatsio-java</artifactId>
20-
<version>90.5.0</version>
20+
<version>90.6.0</version>
2121
</dependency>
2222
```
2323

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ plugins {
33
}
44

55
group = 'io.seats'
6-
version = '90.5.0'
6+
version = '90.6.0'
77

88
apply plugin: 'java'
99
sourceCompatibility = 17

0 commit comments

Comments
 (0)