From 09389a0161a126fbfc20aedfb88d69cf29028f3e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luk=C3=A1=C5=A1=20Moravec?= Date: Wed, 23 Aug 2023 06:10:11 +0200 Subject: [PATCH] Update webpush version in README.md The webpush version has been updated from 0.0.5 to 0.1.0 in the README.md file. This is necessary to keep the dependency information current and relevant with the latest release. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 0fa8673..d11c001 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ For Gradle, add the following to your `gradle.build.kts` file: ```kotlin dependencies { - implementation("com.interaso:webpush:0.0.5") + implementation("com.interaso:webpush:0.1.0") } ``` @@ -27,7 +27,7 @@ For Maven, add the following to the `dependencies` block of your `pom.xml` file: com.interaso webpush - 0.0.5 + 0.1.0 ```