Skip to content

Commit

Permalink
Prepare for release
Browse files Browse the repository at this point in the history
  • Loading branch information
ctmay4 committed Sep 8, 2022
1 parent 4b22037 commit ab06d5f
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 @@ -97,14 +97,14 @@ Download [the latest JAR][1] or grab via Maven:
<dependency>
<groupId>com.imsweb</groupId>
<artifactId>staging-client-java</artifactId>
<version>8.0-SNAPSHOT</version>
<version>8.0</version>
</dependency>
```

or via Gradle:

```groovy
compile 'com.imsweb:staging-client-java:8.0-SNAPSHOT'
compile 'com.imsweb:staging-client-java:8.0'
```

## 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 = '8.0-SNAPSHOT'
version = '8.0'
description = 'Java client library for staging calculations'

// fail the build if there are compiler warnings
Expand Down

0 comments on commit ab06d5f

Please sign in to comment.