We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 38bcf83 commit 2d66fffCopy full SHA for 2d66fff
README.md
@@ -11,7 +11,7 @@ To use the `Fakes` library in a SwiftPM project, add the following line to the
11
dependencies in your `Package.swift` file:
12
13
```swift
14
-.package(url: "https://github.com/Quick/swift-fakes", from: "0.0.1"),
+.package(url: "https://github.com/Quick/swift-fakes", from: "0.1.1"),
15
```
16
17
Include `"Fakes"` as a dependency for your test target:
0 commit comments