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 19, 2021
1 parent 9bc467f commit 2259be0
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 @@ -25,14 +25,14 @@ Download [the latest JAR][1] or grab via Maven:
<dependency>
<groupId>com.imsweb</groupId>
<artifactId>x12-parser</artifactId>
<version>1.11</version>
<version>1.12</version>
</dependency>
```

or via Gradle:

```groovy
compile 'com.imsweb.com:x12-parser:1.11'
compile 'com.imsweb.com:x12-parser:1.12'
```

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

tasks.withType(JavaCompile) {
Expand Down

0 comments on commit 2259be0

Please sign in to comment.