We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1af832b commit 25737b0Copy full SHA for 25737b0
README.md
@@ -29,14 +29,14 @@ Download [the latest JAR][1] or grab via Maven:
29
<dependency>
30
<groupId>com.imsweb</groupId>
31
<artifactId>staging-client-java</artifactId>
32
- <version>1.5</version>
+ <version>1.6</version>
33
</dependency>
34
```
35
36
or via Gradle:
37
38
```groovy
39
-compile 'com.imsweb.com:staging-client-java:1.5'
+compile 'com.imsweb.com:staging-client-java:1.6'
40
41
42
## Usage
build.gradle
@@ -8,7 +8,7 @@ plugins {
8
}
9
10
group = 'com.imsweb'
11
-version = '1.6-SNAPSHOT'
+version = '1.6'
12
description = 'Java client library for staging calculations'
13
14
println "Starting build using ${Jvm.current()}"
0 commit comments