Skip to content

Commit c8c5fc6

Browse files
committed
Update package version in README
1 parent 3804ece commit c8c5fc6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ This package provides tools to create passes and orders for the Apple Wallet app
1717
Use the SPM string to easily include the dependendency in your `Package.swift` file
1818

1919
```swift
20-
.package(url: "https://github.com/fpseverino/swift-wallet.git", branch: "main")
20+
.package(url: "https://github.com/fpseverino/swift-wallet.git", from: "0.1.0")
2121
```
2222

2323
and add the product you want to use to your target's dependencies:

0 commit comments

Comments
 (0)