Skip to content

Commit

Permalink
Prepare for release
Browse files Browse the repository at this point in the history
  • Loading branch information
ctmay4 committed Jan 31, 2023
1 parent 4b51e0e commit 9dad263
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 @@ -36,14 +36,14 @@ Download [the latest JAR][1] or grab via Maven:
<dependency>
<groupId>com.imsweb</groupId>
<artifactId>x12-parser</artifactId>
<version>1.14</version>
<version>1.15</version>
</dependency>
```

or via Gradle:

```groovy
compile 'com.imsweb:x12-parser:1.14'
compile 'com.imsweb:x12-parser:1.15'
```

[1]: http://repository.sonatype.org/service/local/artifact/maven/redirect?r=central-proxy&g=com.imsweb&a=x12-parser&v=LATEST
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 = '1.14'
version = '1.15'
description = 'Java client library for parsing x12 files'

tasks.withType(JavaCompile) {
Expand Down

0 comments on commit 9dad263

Please sign in to comment.