Skip to content

Commit

Permalink
Prepare for release
Browse files Browse the repository at this point in the history
  • Loading branch information
ctmay4 committed Aug 19, 2021
1 parent 63ccd54 commit aff5a09
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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.25</version>
<version>5.0</version>
</dependency>
```

or via Gradle:

```
compile 'com.imsweb:seerapi-client-java:3.25'
compile 'com.imsweb:seerapi-client-java:5.0'
```

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

group = 'com.imsweb'
version = '3.25'
version = '5.0'
description = 'Java client library for SEER*API'

tasks.withType(JavaCompile) {
Expand Down

0 comments on commit aff5a09

Please sign in to comment.