Skip to content

Commit 2232a03

Browse files
version bump
1 parent bce0065 commit 2232a03

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

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:85.0.0'
13+
compile 'io.seats:seatsio-java:85.1.0'
1414
}
1515
1616
// pom.xml
1717
<dependency>
1818
<groupId>io.seats</groupId>
1919
<artifactId>seatsio-java</artifactId>
20-
<version>85.0.0</version>
20+
<version>85.1.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 = '85.0.0'
6+
version = '85.1.0'
77

88
apply plugin: 'java'
99
sourceCompatibility = 11

0 commit comments

Comments
 (0)