File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -25,14 +25,14 @@ Download [the latest JAR][1] or grab via Maven:
2525<dependency >
2626 <groupId >com.imsweb</groupId >
2727 <artifactId >x12-parser</artifactId >
28- <version >1.11 </version >
28+ <version >1.12 </version >
2929</dependency >
3030```
3131
3232or via Gradle:
3333
3434``` groovy
35- compile 'com.imsweb.com:x12-parser:1.11 '
35+ compile 'com.imsweb.com:x12-parser:1.12 '
3636```
3737
3838[ 1 ] : http://repository.sonatype.org/service/local/artifact/maven/redirect?r=central-proxy&g=com.imsweb&a=x12-parser&v=LATEST
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ plugins {
1111}
1212
1313group = ' com.imsweb'
14- version = ' 1.11 '
14+ version = ' 1.12 '
1515description = ' Java client library for parsing x12 files'
1616
1717tasks. withType(JavaCompile ) {
You can’t perform that action at this time.
0 commit comments