Skip to content

Commit

Permalink
Updated the readme to fix badge and suggested version
Browse files Browse the repository at this point in the history
  • Loading branch information
dimitribouniol committed Dec 12, 2024
1 parent 430cb59 commit afa1e8b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
<a href="https://swiftpackageindex.com/mochidev/swift-webpush">
<img src="https://img.shields.io/endpoint?url=https%3A%2F%2Fswiftpackageindex.com%2Fapi%2Fpackages%2Fmochidev%2Fswift-webpush%2Fbadge%3Ftype%3Dplatforms" />
</a>
<a href="https://github.com/mochidev/WebPush/actions?query=workflow%3A%22Test+WebPush%22">
<img src="https://github.com/mochidev/WebPush/workflows/Test%20WebPush/badge.svg" alt="Test Status" />
<a href="https://github.com/mochidev/swift-webpush/actions?query=workflow%3A%22Test+WebPush%22">
<img src="https://github.com/mochidev/swift-webpush/workflows/Test%20WebPush/badge.svg" alt="Test Status" />
</a>
</p>

Expand All @@ -29,7 +29,7 @@ Please check the [releases](https://github.com/mochidev/WebPush/releases) for re
dependencies: [
.package(
url: "https://github.com/mochidev/WebPush.git",
.upToNextMinor(from: "0.0.1")
.upToNextMinor(from: "0.1.1")
),
],
...
Expand Down

0 comments on commit afa1e8b

Please sign in to comment.