From 2d66fff774e2b4851d8fa456f86307de1f0501ed Mon Sep 17 00:00:00 2001 From: Rachel Brindle Date: Thu, 23 May 2024 22:33:06 -0700 Subject: [PATCH] Update readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index af865d2..e1e400c 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ To use the `Fakes` library in a SwiftPM project, add the following line to the dependencies in your `Package.swift` file: ```swift -.package(url: "https://github.com/Quick/swift-fakes", from: "0.0.1"), +.package(url: "https://github.com/Quick/swift-fakes", from: "0.1.1"), ``` Include `"Fakes"` as a dependency for your test target: