Skip to content

Commit

Permalink
Merge pull request #16 from imsweb/add-disease-source
Browse files Browse the repository at this point in the history
Added missing disease source (#15)
  • Loading branch information
ctmay4 authored May 2, 2018
2 parents 0880228 + 3b75f29 commit 810e0e3
Show file tree
Hide file tree
Showing 6 changed files with 148 additions and 87 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,14 +29,14 @@ Download [the latest JAR][1] or grab via Maven:
<dependency>
<groupId>com.imsweb</groupId>
<artifactId>seerapi-client-java</artifactId>
<version>3.8</version>
<version>3.9</version>
</dependency>
```

or via Gradle:

```
compile 'com.imsweb:seerapi-client-java:3.8'
compile 'com.imsweb:seerapi-client-java:3.9'
```

## Usage
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ plugins {
}

group = 'com.imsweb'
version = '3.8'
version = '3.9'
description = 'Java client library for SEER*API'

println "Starting build using ${Jvm.current()}"
Expand Down
Loading

0 comments on commit 810e0e3

Please sign in to comment.