From 070c8af60028e5260f6271470f6adab01c2bb413 Mon Sep 17 00:00:00 2001 From: Adelita Date: Wed, 6 Apr 2022 18:46:51 -0500 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8a06fae..1ba2646 100644 --- a/README.md +++ b/README.md @@ -73,7 +73,7 @@ This can be done through the Xcode GUI or by updating your Package.swift file ``` dependencies: [ // Dependencies declare other packages that this package depends on. - .package(url: "https://github.com/OperatorFoundation/ShadowSwift.git", from: "3.0.3"), + .package(url: "https://github.com/OperatorFoundation/ShadowSwift.git", from: "3.0.4"), ], ```