Skip to content

Commit

Permalink
update README + SNAPSHOT
Browse files Browse the repository at this point in the history
  • Loading branch information
syjer committed Jan 29, 2024
1 parent eff617c commit ecebc30
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,18 +35,20 @@ maven:
<dependency>
<groupId>ch.digitalfondue.jfiveparse</groupId>
<artifactId>jfiveparse</artifactId>
<version>1.0.2</version>
<version>1.0.3</version>
</dependency>
```

gradle:

```
compile 'ch.digitalfondue.jfiveparse:jfiveparse:1.0.2'
compile 'ch.digitalfondue.jfiveparse:jfiveparse:1.0.3'
```

## Use:

If you use it as a module, remember to add `requires ch.digitalfondue.jfiveparse;` in your module-info.

```java
import ch.digitalfondue.jfiveparse.Document;
import ch.digitalfondue.jfiveparse.JFiveParse;
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<groupId>ch.digitalfondue.jfiveparse</groupId>
<artifactId>jfiveparse</artifactId>
<version>1.0.3</version>
<version>1.0.4-SNAPSHOT</version>
<packaging>jar</packaging>
<inceptionYear>2015</inceptionYear>

Expand Down

0 comments on commit ecebc30

Please sign in to comment.