Skip to content

Commit afa1e8b

Browse files
Updated the readme to fix badge and suggested version
1 parent 430cb59 commit afa1e8b

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
@@ -7,8 +7,8 @@
77
<a href="https://swiftpackageindex.com/mochidev/swift-webpush">
88
<img src="https://img.shields.io/endpoint?url=https%3A%2F%2Fswiftpackageindex.com%2Fapi%2Fpackages%2Fmochidev%2Fswift-webpush%2Fbadge%3Ftype%3Dplatforms" />
99
</a>
10-
<a href="https://github.com/mochidev/WebPush/actions?query=workflow%3A%22Test+WebPush%22">
11-
<img src="https://github.com/mochidev/WebPush/workflows/Test%20WebPush/badge.svg" alt="Test Status" />
10+
<a href="https://github.com/mochidev/swift-webpush/actions?query=workflow%3A%22Test+WebPush%22">
11+
<img src="https://github.com/mochidev/swift-webpush/workflows/Test%20WebPush/badge.svg" alt="Test Status" />
1212
</a>
1313
</p>
1414

@@ -29,7 +29,7 @@ Please check the [releases](https://github.com/mochidev/WebPush/releases) for re
2929
dependencies: [
3030
.package(
3131
url: "https://github.com/mochidev/WebPush.git",
32-
.upToNextMinor(from: "0.0.1")
32+
.upToNextMinor(from: "0.1.1")
3333
),
3434
],
3535
...

0 commit comments

Comments
 (0)