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")) ] ```