Skip to content

Commit f3e99a9

Browse files
committed
Syncs version number with latest release
1 parent 6d8d614 commit f3e99a9

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
@@ -55,7 +55,7 @@ To use Swift Numerics in a SwiftPM project:
5555
dependencies in your `Package.swift` file:
5656

5757
```swift
58-
.package(url: "https://github.com/apple/swift-numerics", from: "0.0.5"),
58+
.package(url: "https://github.com/apple/swift-numerics", from: "0.0.7"),
5959
```
6060

6161
2. Add `Numerics` as a dependency for your target:

0 commit comments

Comments
 (0)