Skip to content

Commit 2d66fff

Browse files
committed
Update readme
1 parent 38bcf83 commit 2d66fff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ To use the `Fakes` library in a SwiftPM project, add the following line to the
1111
dependencies in your `Package.swift` file:
1212

1313
```swift
14-
.package(url: "https://github.com/Quick/swift-fakes", from: "0.0.1"),
14+
.package(url: "https://github.com/Quick/swift-fakes", from: "0.1.1"),
1515
```
1616

1717
Include `"Fakes"` as a dependency for your test target:

0 commit comments

Comments
 (0)