From 7644ea3368647c51aabba965a35dea8e4d91f945 Mon Sep 17 00:00:00 2001 From: Oliver Weiler Date: Tue, 8 Aug 2023 11:19:24 +0200 Subject: [PATCH] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 499f1a8..b5b1458 100644 --- a/README.md +++ b/README.md @@ -31,20 +31,20 @@ ZIP Forge is based on Java's [ZIP File System Provider](https://docs.oracle.com/ io.github.helpermethod zip-forge - 0.1.0 + 0.2.0 ``` ## Gradle ```groovy -implementation 'io.github.helpermethod:zip-forge:0.1.0' +implementation 'io.github.helpermethod:zip-forge:0.2.0' ``` ## Gradle (Kotlin) ```kotlin -implementation("io.github.helpermethod:zip-forge:0.1.0") +implementation("io.github.helpermethod:zip-forge:0.2.0") ``` # :mag: Usage