From 28e2a7c79cb605a5fa285a10bd63028e50332331 Mon Sep 17 00:00:00 2001 From: Varun Santhanam Date: Sun, 31 May 2026 10:20:48 +0100 Subject: [PATCH] Update to version 1.2.1 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7f11510..aee5353 100644 --- a/README.md +++ b/README.md @@ -46,7 +46,7 @@ To add ViewScope as a dependency to an existing Swift package, add the following ```swift dependencies: [ - .package(url: "https://github.com/vsanthanam/ViewScope.git", from: "1.0.0") + .package(url: "https://github.com/vsanthanam/ViewScope.git", from: "1.2.1") ] ```