diff --git a/README.md b/README.md index 27375cf..e8cc3e2 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.1"), + .package(url: "https://github.com/OperatorFoundation/ShadowSwift.git", from: "3.0.2"), ], ```