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