Skip to content

Commit 05472f9

Browse files
Update README.md
Move baseline to 1.1.0 in the how to adopt section
1 parent 658bcd1 commit 05472f9

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
@@ -42,7 +42,7 @@ To use Swift Numerics in a SwiftPM project:
4242
1. Add the following line to the dependencies in your `Package.swift` file:
4343

4444
```swift
45-
.package(url: "https://github.com/apple/swift-numerics", from: "1.0.0"),
45+
.package(url: "https://github.com/apple/swift-numerics", from: "1.1.0"),
4646
```
4747

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

0 commit comments

Comments
 (0)