diff --git a/README.md b/README.md index a57960a..7a3aba1 100644 --- a/README.md +++ b/README.md @@ -147,7 +147,7 @@ struct ContentView: View { Add the following line to the `dependencies` in your [`Package.swift`](https://developer.apple.com/documentation/swift_packages/package) file: ```swift -.package(url: "https://github.com/stleamist/BetterSafariView.git", .upToNextMajor(from: "2.0.0")) +.package(url: "https://github.com/stleamist/BetterSafariView.git", .upToNextMajor(from: "2.0.1")) ``` Next, add `BetterSafariView` as a dependency for your targets: @@ -166,7 +166,7 @@ import PackageDescription let package = Package( name: "MyPackage", dependencies: [ - .package(url: "https://github.com/stleamist/BetterSafariView.git", .upToNextMajor(from: "2.0.0")) + .package(url: "https://github.com/stleamist/BetterSafariView.git", .upToNextMajor(from: "2.0.1")) ], targets: [ .target(name: "MyTarget", dependencies: ["BetterSafariView"])