Skip to content

Commit 8c4f9f2

Browse files
committed
Update README to properly reference upcoming 1.0 release
1 parent 0e09ecb commit 8c4f9f2

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
@@ -60,7 +60,7 @@ Add the package reference to your **Package.swift** to install via SwiftPM.
6060
6161
```swift
6262
dependencies: [
63-
.package(url: "https://github.com/peek-travel/swift-currency", from: "0.6.0")
63+
.package(url: "https://github.com/peek-travel/swift-currency", .upToNextMajor(from: "1.0.0"))
6464
]
6565
```
6666

0 commit comments

Comments
 (0)