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 fb60cbb commit e1c54a7Copy full SHA for e1c54a7
README.md
@@ -6,10 +6,10 @@ A convenience wrapper around Swift's Combine and URLSession to make `URLRequests
6
## SPM
7
```swift
8
dependencies: [
9
- .package(url: "https://github.com/JZDesign/HTTPEngine.git", .upToNextMajor(from: "0"))
+ .package(url: "https://github.com/JZDesign/HTTPEngine.git", .upToNextMajor(from: "0.2.0"))
10
],
11
```
12
13
## [View Documentation](https://jzdesign.github.io/HTTPEngine/)
14
15
-Documentation generated by [Jazzy](https://github.com/realm/jazzy).
+Documentation generated by [Jazzy](https://github.com/realm/jazzy).
0 commit comments