From a865deeb48a268e4835274bf7f5fca5ac0640459 Mon Sep 17 00:00:00 2001 From: Varun Santhanam Date: Sun, 16 Jul 2023 17:13:28 -0700 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 7e6c91446..f65f231b8 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ [![Package Releases](https://img.shields.io/github/v/release/vsanthanam/SafariView)](https://github.com/vsanthanam/SafariView/releases) [![Build Statis](https://img.shields.io/github/actions/workflow/status/vsanthanam/SafariView/xcodebuild-build-test.yml)](https://github.com/vsanthanam/SafariView/actions) [![Swift Version](https://img.shields.io/badge/swift-5.8-critical)](https://swift.org) -[![Supported Platforms](https://img.shields.io/badge/platform-iOS%2015.0-lightgrey)](https://developer.apple.com) +[![Supported Platforms](https://img.shields.io/badge/platform-iOS%2014.0%20%7C%20Catalyst%2014.0-lightgrey)](https://developer.apple.com) A SwiftUI wrapper around `SFSafariViewController` @@ -16,7 +16,7 @@ To add SafariView as a dependency to an existing Swift package, add the followin ```swift dependencies: [ - .package(url: "https://github.com/vsanthanam/SafariView.git", .upToNextMajor(from: "1.0.0")) + .package(url: "https://github.com/vsanthanam/SafariView.git", .upToNextMajor(from: "2.0.0")) ] ```