From c8c5fc66c6ff0a6a29f57cec2b70c482745c08c1 Mon Sep 17 00:00:00 2001 From: Francesco Paolo Severino Date: Sun, 29 Dec 2024 13:28:06 +0100 Subject: [PATCH] Update package version in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e87a469..606c5f7 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ This package provides tools to create passes and orders for the Apple Wallet app Use the SPM string to easily include the dependendency in your `Package.swift` file ```swift -.package(url: "https://github.com/fpseverino/swift-wallet.git", branch: "main") +.package(url: "https://github.com/fpseverino/swift-wallet.git", from: "0.1.0") ``` and add the product you want to use to your target's dependencies: