From 32eb2bf4ce396bb91a4ec41e91a96aac72fce8f6 Mon Sep 17 00:00:00 2001 From: Dimitri Bouniol Date: Wed, 18 Dec 2024 03:38:30 -0800 Subject: [PATCH] Updated suggested version in readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 44397b1..0e740ef 100644 --- a/README.md +++ b/README.md @@ -29,7 +29,7 @@ Please check the [releases](https://github.com/mochidev/swift-webpush/releases) dependencies: [ .package( url: "https://github.com/mochidev/swift-webpush.git", - .upToNextMinor(from: "0.2.1") + .upToNextMinor(from: "0.3.0") ), ], ...