Skip to content

Commit 418766e

Browse files
committed
Prepare for release
1 parent 9f8654b commit 418766e

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,14 +34,14 @@ Download [the latest JAR][1] or grab via Maven:
3434
<dependency>
3535
<groupId>com.imsweb</groupId>
3636
<artifactId>x12-parser</artifactId>
37-
<version>1.13</version>
37+
<version>1.14</version>
3838
</dependency>
3939
```
4040

4141
or via Gradle:
4242

4343
```groovy
44-
compile 'com.imsweb.com:x12-parser:1.13'
44+
compile 'com.imsweb.com:x12-parser:1.14'
4545
```
4646

4747
[1]: http://repository.sonatype.org/service/local/artifact/maven/redirect?r=central-proxy&g=com.imsweb&a=x12-parser&v=LATEST

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ plugins {
1111
}
1212

1313
group = 'com.imsweb'
14-
version = '1.13'
14+
version = '1.14'
1515
description = 'Java client library for parsing x12 files'
1616

1717
tasks.withType(JavaCompile) {

0 commit comments

Comments
 (0)