From c5cfcc628b9f93163474087e55fca99635307333 Mon Sep 17 00:00:00 2001 From: Varun Santhanam Date: Mon, 29 Jan 2024 08:06:15 +0530 Subject: [PATCH] Update README.md (#31) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 27a50489f..529139277 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ To add SafariUI as a dependency to an existing Swift package, add the following ```swift dependencies: [ - .package(url: "https://github.com/vsanthanam/SafariUI.git", .upToNextMajor(from: "2.0.0")) + .package(url: "https://github.com/vsanthanam/SafariUI.git", .upToNextMajor(from: "3.0.0")) ] ```