Skip to content

Commit

Permalink
Update webpush version in README.md
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
morki committed Aug 23, 2023
1 parent 71cbadd commit 09389a0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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")
}
```

Expand All @@ -27,7 +27,7 @@ For Maven, add the following to the `dependencies` block of your `pom.xml` file:
<dependency>
<groupId>com.interaso</groupId>
<artifactId>webpush</artifactId>
<version>0.0.5</version>
<version>0.1.0</version>
</dependency>
```

Expand Down

0 comments on commit 09389a0

Please sign in to comment.