Skip to content

Commit 7644ea3

Browse files
author
Oliver Weiler
authored
Update README.md
1 parent ee7d014 commit 7644ea3

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
@@ -31,20 +31,20 @@ ZIP Forge is based on Java's [ZIP File System Provider](https://docs.oracle.com/
3131
<dependency>
3232
<groupId>io.github.helpermethod</groupId>
3333
<artifactId>zip-forge</artifactId>
34-
<version>0.1.0</version>
34+
<version>0.2.0</version>
3535
</dependency>
3636
```
3737

3838
## Gradle
3939

4040
```groovy
41-
implementation 'io.github.helpermethod:zip-forge:0.1.0'
41+
implementation 'io.github.helpermethod:zip-forge:0.2.0'
4242
```
4343

4444
## Gradle (Kotlin)
4545

4646
```kotlin
47-
implementation("io.github.helpermethod:zip-forge:0.1.0")
47+
implementation("io.github.helpermethod:zip-forge:0.2.0")
4848
```
4949

5050
# :mag: Usage

0 commit comments

Comments
 (0)