From 67dd853a756268dbed42e517e09d01dc69d2428c Mon Sep 17 00:00:00 2001 From: Dimitri Bouniol Date: Thu, 12 Dec 2024 10:51:13 -0800 Subject: [PATCH] Updated the readme to fix badge and suggested version --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 185bc5f..2b01fa4 100644 --- a/README.md +++ b/README.md @@ -7,8 +7,8 @@ - - Test Status + + Test Status

@@ -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") ), ], ...