Skip to content

Commit b91d21d

Browse files
committedFeb 6, 2025·
Update README for v0.4.0
1 parent ced3c28 commit b91d21d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed
 

‎README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -17,15 +17,15 @@ 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", from: "0.3.0")
20+
.package(url: "https://github.com/fpseverino/swift-wallet.git", from: "0.4.0"),
2121
```
2222

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

2525
```swift
26-
.product(name: "WalletPasses", package: "swift-wallet")
26+
.product(name: "WalletPasses", package: "swift-wallet"),
2727
```
2828

2929
```swift
30-
.product(name: "WalletOrders", package: "swift-wallet")
30+
.product(name: "WalletOrders", package: "swift-wallet"),
3131
```

0 commit comments

Comments
 (0)
Please sign in to comment.