We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8fba1f0 commit 38b532bCopy full SHA for 38b532b
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.2</version>
+ <version>5.3</version>
34
</dependency>
35
```
36
37
or via Gradle:
38
39
40
-compile 'com.imsweb:seerapi-client-java:5.2'
+compile 'com.imsweb:seerapi-client-java:5.3'
41
42
43
## Usage
build.gradle
@@ -13,7 +13,7 @@ plugins {
13
}
14
15
group = 'com.imsweb'
16
-version = '5.2'
+version = '5.3'
17
description = 'Java client library for SEER*API'
18
19
tasks.withType(JavaCompile) {
0 commit comments