Skip to content

Commit

Permalink
release 1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
syjer committed Jun 16, 2024
1 parent 5cd7814 commit 8bb88e0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,14 +35,14 @@ maven:
<dependency>
<groupId>ch.digitalfondue.jfiveparse</groupId>
<artifactId>jfiveparse</artifactId>
<version>1.1.0</version>
<version>1.1.1</version>
</dependency>
```

gradle:

```
compile 'ch.digitalfondue.jfiveparse:jfiveparse:1.1.0'
compile 'ch.digitalfondue.jfiveparse:jfiveparse:1.1.1'
```

## Use:
Expand Down

0 comments on commit 8bb88e0

Please sign in to comment.