Skip to content

Commit

Permalink
Update README to properly reference upcoming 1.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
Mordil committed Jan 16, 2025
1 parent 0e09ecb commit 8c4f9f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ Add the package reference to your **Package.swift** to install via SwiftPM.
```swift
dependencies: [
.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"))
]
```
Expand Down

0 comments on commit 8c4f9f2

Please sign in to comment.