Skip to content

Commit 721c4d0

Browse files
committed
Moved version to 2.0 in preparation for release.
1 parent dc066a7 commit 721c4d0

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ Initial release include UICC TNM Classification of Malignant Tumor 7th edition a
2828

2929
Versions supported:
3030

31-
- 1.0 (released January 2016)
31+
- 1.0 (released February 2016)
3232

3333
## Download
3434

@@ -40,14 +40,14 @@ Download [the latest JAR][1] or grab via Maven:
4040
<dependency>
4141
<groupId>com.imsweb</groupId>
4242
<artifactId>staging-client-java</artifactId>
43-
<version>1.6.2</version>
43+
<version>2.0</version>
4444
</dependency>
4545
```
4646

4747
or via Gradle:
4848

4949
```groovy
50-
compile 'com.imsweb.com:staging-client-java:1.6.2'
50+
compile 'com.imsweb.com:staging-client-java:2.0'
5151
```
5252

5353
## 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 = '2.0-SNAPSHOT'
11+
version = '2.0'
1212
description = 'Java client library for staging calculations'
1313

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

0 commit comments

Comments
 (0)