From 1bb4ade0659012d9d0b4706126295b872f71ce8b Mon Sep 17 00:00:00 2001 From: Ivan Vorobei Date: Wed, 9 Feb 2022 11:44:42 +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 f45d268..2601a47 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,7 @@ Once you have your Swift package set up, adding as a dependency is as easy as ad ```swift dependencies: [ - .package(url: "https://github.com/sparrowcode/SPSafeSymbols", .upToNextMajor(from: "1.0.1")) + .package(url: "https://github.com/sparrowcode/SPSafeSymbols", .upToNextMajor(from: "1.0.4")) ] ```