Skip to content

Commit a0157bc

Browse files
committed
Prepare for release
1 parent aa366c1 commit a0157bc

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -30,14 +30,14 @@ Download [the latest JAR][1] or grab via Maven:
3030
<dependency>
3131
<groupId>com.imsweb</groupId>
3232
<artifactId>seerapi-client-java</artifactId>
33-
<version>5.5</version>
33+
<version>5.6</version>
3434
</dependency>
3535
```
3636

3737
or via Gradle:
3838

3939
```
40-
compile 'com.imsweb:seerapi-client-java:5.5'
40+
compile 'com.imsweb:seerapi-client-java:5.6'
4141
```
4242

4343
## Usage

build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ plugins {
1313
}
1414

1515
group = 'com.imsweb'
16-
version = '5.5'
16+
version = '5.6'
1717
description = 'Java client library for SEER*API'
1818

1919
tasks.withType(JavaCompile) {

0 commit comments

Comments
 (0)