Skip to content

Commit 25737b0

Browse files
committed
Prep for 1.6 release.
1 parent 1af832b commit 25737b0

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,14 +29,14 @@ Download [the latest JAR][1] or grab via Maven:
2929
<dependency>
3030
<groupId>com.imsweb</groupId>
3131
<artifactId>staging-client-java</artifactId>
32-
<version>1.5</version>
32+
<version>1.6</version>
3333
</dependency>
3434
```
3535

3636
or via Gradle:
3737

3838
```groovy
39-
compile 'com.imsweb.com:staging-client-java:1.5'
39+
compile 'com.imsweb.com:staging-client-java:1.6'
4040
```
4141

4242
## Usage

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ plugins {
88
}
99

1010
group = 'com.imsweb'
11-
version = '1.6-SNAPSHOT'
11+
version = '1.6'
1212
description = 'Java client library for staging calculations'
1313

1414
println "Starting build using ${Jvm.current()}"

0 commit comments

Comments
 (0)