diff --git a/README.md b/README.md index 5ffccf6..a693397 100644 --- a/README.md +++ b/README.md @@ -327,7 +327,7 @@ https://github.com/tgrapperon/swift-dependencies-additions If you want to use DependenciesAdditions in a SwiftPM project, it's as simple as adding it to your Package.swift: ```swift dependencies: [ - .package(url: "https://github.com/tgrapperon/swift-dependencies-additions", from: "0.1.0") + .package(url: "https://github.com/tgrapperon/swift-dependencies-additions", from: "1.0.0") ] ```