From 3223855b5ad1e049bc89330496a09ff7a69c5a48 Mon Sep 17 00:00:00 2001 From: Thomas Grapperon <35562418+tgrapperon@users.noreply.github.com> Date: Mon, 31 Jul 2023 16:06:49 +0200 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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") ] ```