Skip to content

Commit ad175da

Browse files
author
Oliver Weiler
authored
Update README.md
1 parent 68d1bee commit ad175da

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,20 +34,20 @@ ZIP Forge is published as a Java 9 module but compatible with Java 8.
3434
<dependency>
3535
<groupId>io.github.helpermethod</groupId>
3636
<artifactId>zip-forge</artifactId>
37-
<version>1.0.0</version>
37+
<version>1.0.1</version>
3838
</dependency>
3939
```
4040

4141
## Gradle
4242

4343
```groovy
44-
implementation 'io.github.helpermethod:zip-forge:1.0.0'
44+
implementation 'io.github.helpermethod:zip-forge:1.0.1'
4545
```
4646

4747
## Gradle (Kotlin)
4848

4949
```kotlin
50-
implementation("io.github.helpermethod:zip-forge:1.0.0")
50+
implementation("io.github.helpermethod:zip-forge:1.0.1")
5151
```
5252

5353
# :mag: Usage

0 commit comments

Comments
 (0)