Skip to content

Commit 4ed4817

Browse files
authored
Finalize 4.0 release (#46)
1 parent beac547 commit 4ed4817

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,11 @@
22

33
[![MIT License](https://img.shields.io/github/license/vsanthanam/SafariUI)](https://github.com/vsanthanam/SafariUI/blob/main/LICENSE)
44
[![Release](https://img.shields.io/github/v/release/vsanthanam/SafariUI)](https://github.com/vsanthanam/SafariUI/releases)
5-
[![Pre Release](https://img.shields.io/github/v/release/vsanthanam/SafariUI?include_prereleases)](https://github.com/vsanthanam/SafariUI/releases)
65
[![Build Status](https://img.shields.io/github/actions/workflow/status/vsanthanam/SafariUI/xcodebuild-build-test.yml)](https://github.com/vsanthanam/SafariUI/actions)
76
[![Swift Version](https://img.shields.io/badge/swift-5.10-critical)](https://swift.org)
87
[![Supported Platfoms](https://img.shields.io/badge/platforms-iOS_14.0_%7C_visionOS_1.0_%7C_Catalyst_14.0-lightgrey)](https://developer.apple.com)
98

10-
A SwiftUI wrappers for `SFSafariViewController` and `ASWebAuthenticationSession`
9+
SwiftUI wrappers for `SFSafariViewController` and `ASWebAuthenticationSession`
1110

1211
## Installation
1312

@@ -17,7 +16,7 @@ To add SafariUI as a dependency to an existing Swift package, add the following
1716

1817
```swift
1918
dependencies: [
20-
.package(url: "https://github.com/vsanthanam/SafariUI.git", .upToNextMajor(from: "3.0.0"))
19+
.package(url: "https://github.com/vsanthanam/SafariUI.git", .upToNextMajor(from: "4.0.0"))
2120
]
2221
```
2322

0 commit comments

Comments
 (0)