Skip to content

Commit 9dad263

Browse files
committed
Prepare for release
1 parent 4b51e0e commit 9dad263

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
@@ -36,14 +36,14 @@ Download [the latest JAR][1] or grab via Maven:
3636
<dependency>
3737
<groupId>com.imsweb</groupId>
3838
<artifactId>x12-parser</artifactId>
39-
<version>1.14</version>
39+
<version>1.15</version>
4040
</dependency>
4141
```
4242

4343
or via Gradle:
4444

4545
```groovy
46-
compile 'com.imsweb:x12-parser:1.14'
46+
compile 'com.imsweb:x12-parser:1.15'
4747
```
4848

4949
[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
@@ -13,7 +13,7 @@ plugins {
1313
}
1414

1515
group = 'com.imsweb'
16-
version = '1.14'
16+
version = '1.15'
1717
description = 'Java client library for parsing x12 files'
1818

1919
tasks.withType(JavaCompile) {

0 commit comments

Comments
 (0)