We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0e09ecb commit 8c4f9f2Copy full SHA for 8c4f9f2
README.md
@@ -60,7 +60,7 @@ Add the package reference to your **Package.swift** to install via SwiftPM.
60
61
```swift
62
dependencies: [
63
- .package(url: "https://github.com/peek-travel/swift-currency", from: "0.6.0")
+ .package(url: "https://github.com/peek-travel/swift-currency", .upToNextMajor(from: "1.0.0"))
64
]
65
```
66
0 commit comments