Skip to content

Commit a79440f

Browse files
committed
Update README
1 parent 7054b4d commit a79440f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ struct ContentView: View {
147147
Add the following line to the `dependencies` in your [`Package.swift`](https://developer.apple.com/documentation/swift_packages/package) file:
148148

149149
```swift
150-
.package(url: "https://github.com/stleamist/BetterSafariView.git", .upToNextMajor(from: "2.0.0"))
150+
.package(url: "https://github.com/stleamist/BetterSafariView.git", .upToNextMajor(from: "2.0.1"))
151151
```
152152

153153
Next, add `BetterSafariView` as a dependency for your targets:
@@ -166,7 +166,7 @@ import PackageDescription
166166
let package = Package(
167167
name: "MyPackage",
168168
dependencies: [
169-
.package(url: "https://github.com/stleamist/BetterSafariView.git", .upToNextMajor(from: "2.0.0"))
169+
.package(url: "https://github.com/stleamist/BetterSafariView.git", .upToNextMajor(from: "2.0.1"))
170170
],
171171
targets: [
172172
.target(name: "MyTarget", dependencies: ["BetterSafariView"])

0 commit comments

Comments
 (0)