From 82cfa0482b9d4e1dd3e9fe6ce30565a660c0e269 Mon Sep 17 00:00:00 2001 From: Matteo Gentili <43071536+matgentili@users.noreply.github.com> Date: Mon, 13 Feb 2023 16:12:44 +0100 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index cea612c..53af139 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ sirio-kit-iOS is a library containing the iOS implementation of the Sirio design ## Usage 1. Add the following to your Package.swift: ```swift -.package(url: "https://github.com/INPS-it/sirio-kit-iOS", .upToNextMajor(from: "4.0.0")) +.package(url: "https://github.com/INPS-it/sirio-kit-iOS", .upToNextMajor(from: "4.0.1")) ``` 2. Declare `import SirioKitIOS` to use the components where you want to use them.