Skip to content

Commit 03005b5

Browse files
authored
Merge pull request #17 from joutvhu/development
Update version
2 parents 38cb774 + e549721 commit 03005b5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Fixed Width Parser is a small library that purpose is:
1111
- If you are using Gradle just add the following dependency to your `build.gradle`.
1212

1313
```groovy
14-
compile "com.github.joutvhu:fixed-width-parser:1.0.4"
14+
compile "com.github.joutvhu:fixed-width-parser:1.1.0"
1515
```
1616

1717
- Or add the following dependency to your `pom.xml` if you are using Maven.
@@ -20,7 +20,7 @@ compile "com.github.joutvhu:fixed-width-parser:1.0.4"
2020
<dependency>
2121
<groupId>com.github.joutvhu</groupId>
2222
<artifactId>fixed-width-parser</artifactId>
23-
<version>1.0.4</version>
23+
<version>1.1.0</version>
2424
</dependency>
2525
```
2626

0 commit comments

Comments
 (0)