Skip to content

Commit 2b5d7d2

Browse files
committed
Update installation instructions in README.md
1 parent a7d8a03 commit 2b5d7d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ To add SafariUI as a dependency to an existing Swift package, add the following
1616

1717
```swift
1818
dependencies: [
19-
.package(url: "https://github.com/vsanthanam/SafariUI.git", .upToNextMajor(from: "4.0.0"))
19+
.package(url: "https://github.com/vsanthanam/SafariUI.git", .upToNextMajor(from: "5.0.0"))
2020
]
2121
```
2222

0 commit comments

Comments
 (0)