Skip to content

Commit

Permalink
Prepare for release
Browse files Browse the repository at this point in the history
  • Loading branch information
ctmay4 committed Jun 9, 2022
1 parent f614b5f commit e227937
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 @@ -30,14 +30,14 @@ Download [the latest JAR][1] or grab via Maven:
<dependency>
<groupId>com.imsweb</groupId>
<artifactId>seerapi-client-java</artifactId>
<version>5.0</version>
<version>5.1</version>
</dependency>
```

or via Gradle:

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

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

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

tasks.withType(JavaCompile) {
Expand Down

0 comments on commit e227937

Please sign in to comment.