diff --git a/README.md b/README.md index 7ec77ef..d00f128 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,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/SPQRCode", .upToNextMajor(from: "1.0.2")) + .package(url: "https://github.com/sparrowcode/SPQRCode", .upToNextMajor(from: "1.0.3")) ] ```