diff --git a/Readme.md b/Readme.md index 92a018240..9277e2ae1 100644 --- a/Readme.md +++ b/Readme.md @@ -72,7 +72,7 @@ your Swift version. To integrate using Apple's Swift package manager, add the following as a dependency to your `Package.swift`: ```swift -.package(url: "https://github.com/Moya/Moya.git", .upToNextMajor(from: "11.0.0")) +.package(url: "https://github.com/Moya/Moya.git", .upToNextMajor(from: "12.0.0")) ``` and then specify `"Moya"` as a dependency of the Target in which you wish to use Moya.