We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 745ba12 commit 23e9499Copy full SHA for 23e9499
2 files changed
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.9</version>
+ <version>3.10</version>
33
</dependency>
34
```
35
36
or via Gradle:
37
38
39
-compile 'com.imsweb:seerapi-client-java:3.9'
+compile 'com.imsweb:seerapi-client-java:3.10'
40
41
42
## Usage
build.gradle
@@ -10,7 +10,7 @@ plugins {
10
}
11
12
group = 'com.imsweb'
13
-version = '3.10-SNAPSHOT'
+version = '3.10'
14
description = 'Java client library for SEER*API'
15
16
println "Starting build using ${Jvm.current()}"
0 commit comments