diff --git a/README.md b/README.md index f317bfc..fce6b12 100644 --- a/README.md +++ b/README.md @@ -6,10 +6,10 @@ A convenience wrapper around Swift's Combine and URLSession to make `URLRequests ## SPM ```swift dependencies: [ - .package(url: "https://github.com/JZDesign/HTTPEngine.git", .upToNextMajor(from: "0")) + .package(url: "https://github.com/JZDesign/HTTPEngine.git", .upToNextMajor(from: "0.2.0")) ], ``` ## [View Documentation](https://jzdesign.github.io/HTTPEngine/) -Documentation generated by [Jazzy](https://github.com/realm/jazzy). \ No newline at end of file +Documentation generated by [Jazzy](https://github.com/realm/jazzy).