We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aa366c1 commit a0157bcCopy full SHA for a0157bc
README.md
@@ -30,14 +30,14 @@ Download [the latest JAR][1] or grab via Maven:
30
<dependency>
31
<groupId>com.imsweb</groupId>
32
<artifactId>seerapi-client-java</artifactId>
33
- <version>5.5</version>
+ <version>5.6</version>
34
</dependency>
35
```
36
37
or via Gradle:
38
39
40
-compile 'com.imsweb:seerapi-client-java:5.5'
+compile 'com.imsweb:seerapi-client-java:5.6'
41
42
43
## Usage
build.gradle
@@ -13,7 +13,7 @@ plugins {
13
}
14
15
group = 'com.imsweb'
16
-version = '5.5'
+version = '5.6'
17
description = 'Java client library for SEER*API'
18
19
tasks.withType(JavaCompile) {
0 commit comments