Skip to content
This repository has been archived by the owner on Jun 22, 2022. It is now read-only.

Commit

Permalink
Prepare for release
Browse files Browse the repository at this point in the history
  • Loading branch information
ctmay4 committed Dec 23, 2020
1 parent 3b5f63c commit 85ff93f
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>staging-algorithm-eod-public</artifactId>
<version>2.0.3</version>
<version>2.0.4</version>
</dependency>
```

or via Gradle:

```groovy
compile 'com.imsweb.com:staging-algorithm-eod-public:2.0.3'
compile 'com.imsweb.com:staging-algorithm-eod-public:2.0.4'
```

## 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 = '2.0.3'
version = '2.0.4'
description = 'EOD algorithm for the java-staging-client'

tasks.withType(JavaCompile) {
Expand Down

0 comments on commit 85ff93f

Please sign in to comment.