From 26405de11899edb01905249dfc3e7efc8a61ba69 Mon Sep 17 00:00:00 2001 From: Jacob Rakidzich Date: Mon, 17 Aug 2020 20:49:23 -0500 Subject: [PATCH] Update for Release 0.2.0 --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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).