Skip to content

Commit

Permalink
Prepare for release
Browse files Browse the repository at this point in the history
  • Loading branch information
ctmay4 committed Jul 28, 2022
1 parent 8fba1f0 commit 38b532b
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.2</version>
<version>5.3</version>
</dependency>
```

or via Gradle:

```
compile 'com.imsweb:seerapi-client-java:5.2'
compile 'com.imsweb:seerapi-client-java:5.3'
```

## 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.2'
version = '5.3'
description = 'Java client library for SEER*API'

tasks.withType(JavaCompile) {
Expand Down

0 comments on commit 38b532b

Please sign in to comment.