Skip to content

Commit

Permalink
Update version
Browse files Browse the repository at this point in the history
  • Loading branch information
joutvhu committed Jul 6, 2021
1 parent 3ab8e18 commit 0f45488
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Fixed Width Parser is a small library that purpose is:
- If you are using Gradle just add the following dependency to your `build.gradle`.

```groovy
compile "com.github.joutvhu:fixed-width-parser:1.1.3"
compile "com.github.joutvhu:fixed-width-parser:1.1.4"
```

- Or add the following dependency to your `pom.xml` if you are using Maven.
Expand All @@ -20,7 +20,7 @@ compile "com.github.joutvhu:fixed-width-parser:1.1.3"
<dependency>
<groupId>com.github.joutvhu</groupId>
<artifactId>fixed-width-parser</artifactId>
<version>1.1.3</version>
<version>1.1.4</version>
</dependency>
```

Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ plugins {
}

group = 'com.github.joutvhu'
version '1.1.3'
version '1.1.4'
sourceCompatibility = 1.8
targetCompatibility = 1.8

Expand Down

0 comments on commit 0f45488

Please sign in to comment.