From 07f11f923b53f26cf9214800f8a397a87865f3ef Mon Sep 17 00:00:00 2001 From: Ivan Vorobei Date: Thu, 18 Jan 2024 14:07:26 +0300 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c1b2ec8..0dc159d 100644 --- a/README.md +++ b/README.md @@ -44,7 +44,7 @@ or adding it to the `dependencies` of your `Package.swift`: ```swift dependencies: [ - .package(url: "https://github.com/sparrowcode/SafeSFSymbols", .upToNextMajor(from: "2.0.0")) + .package(url: "https://github.com/sparrowcode/SafeSFSymbols", .upToNextMajor(from: "2.0.1")) ] ```