Skip to content

Commit 23a0f58

Browse files
author
may
committed
Prepare for release
1 parent e80953a commit 23a0f58

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.15</version>
39+
<version>1.16</version>
4040
</dependency>
4141
```
4242

4343
or via Gradle:
4444

4545
```groovy
46-
compile 'com.imsweb:x12-parser:1.15'
46+
compile 'com.imsweb:x12-parser:1.16'
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
@@ -15,7 +15,7 @@ plugins {
1515
}
1616

1717
group = 'com.imsweb'
18-
version = '1.16-SNAPSHOT'
18+
version = '1.16'
1919
description = 'Java client library for parsing x12 files'
2020

2121
tasks.withType(JavaCompile).configureEach {

0 commit comments

Comments
 (0)