We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e80953a commit 23a0f58Copy full SHA for 23a0f58
2 files changed
README.md
@@ -36,14 +36,14 @@ Download [the latest JAR][1] or grab via Maven:
36
<dependency>
37
<groupId>com.imsweb</groupId>
38
<artifactId>x12-parser</artifactId>
39
- <version>1.15</version>
+ <version>1.16</version>
40
</dependency>
41
```
42
43
or via Gradle:
44
45
```groovy
46
-compile 'com.imsweb:x12-parser:1.15'
+compile 'com.imsweb:x12-parser:1.16'
47
48
49
[1]: http://repository.sonatype.org/service/local/artifact/maven/redirect?r=central-proxy&g=com.imsweb&a=x12-parser&v=LATEST
build.gradle
@@ -15,7 +15,7 @@ plugins {
15
}
16
17
group = 'com.imsweb'
18
-version = '1.16-SNAPSHOT'
+version = '1.16'
19
description = 'Java client library for parsing x12 files'
20
21
tasks.withType(JavaCompile).configureEach {
0 commit comments