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 9384c9f commit 08f7be1Copy full SHA for 08f7be1
README.md
@@ -29,14 +29,14 @@ Download [the latest JAR][1] or grab via Maven:
29
<dependency>
30
<groupId>com.imsweb</groupId>
31
<artifactId>seerapi-client-java</artifactId>
32
- <version>3.24</version>
+ <version>3.25</version>
33
</dependency>
34
```
35
36
or via Gradle:
37
38
39
-compile 'com.imsweb:seerapi-client-java:3.24'
+compile 'com.imsweb:seerapi-client-java:3.25'
40
41
42
## Usage
build.gradle
@@ -11,7 +11,7 @@ plugins {
11
}
12
13
group = 'com.imsweb'
14
-version = '3.24'
+version = '3.25'
15
description = 'Java client library for SEER*API'
16
17
tasks.withType(JavaCompile) {
0 commit comments