Skip to content

Commit 0e3062e

Browse files
schalonerSteve Chaloner
andauthored
Preparation for release 75.2.0 (#110)
Co-authored-by: Steve Chaloner <[email protected]>
1 parent a92d35e commit 0e3062e

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

88
apply plugin: 'java'
99
sourceCompatibility = 11

0 commit comments

Comments
 (0)