From d1357b3afeced22fb1af4bc76bea036618e1a8b9 Mon Sep 17 00:00:00 2001 From: Adelita Date: Wed, 6 Apr 2022 16:33:36 -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 e8cc3e2..8a06fae 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.2"), + .package(url: "https://github.com/OperatorFoundation/ShadowSwift.git", from: "3.0.3"), ], ```