From 44ea3494e49418ccdc575540684f3f5993235256 Mon Sep 17 00:00:00 2001 From: Karim Ebrahem Date: Tue, 7 Apr 2020 14:58:42 +0200 Subject: [PATCH] Update version in README file --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index d4e0fb4..51b0cef 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ Swift Package Manager - Version + Version
Facebook: @KarimEbrahemAbdelaziz @@ -56,7 +56,7 @@ Zen is simple yet powerfull Networking library for iOS. It leverage the powerful [CocoaPods](https://cocoapods.org) is a dependency manager for Cocoa projects. For usage and installation instructions, visit their website. To integrate Zen into your Xcode project using CocoaPods, specify it in your `Podfile`: ```ruby -pod 'Zen', '~> 0.1.0' +pod 'Zen', '~> 0.1.1' ``` ### Carthage @@ -64,7 +64,7 @@ pod 'Zen', '~> 0.1.0' [Carthage](https://github.com/Carthage/Carthage) is a decentralized dependency manager that builds your dependencies and provides you with binary frameworks. To integrate Zen into your Xcode project using Carthage, specify it in your `Cartfile`: ```ogdl -github "KarimEbrahemAbdelaziz/Zen" ~> 0.1.0 +github "KarimEbrahemAbdelaziz/Zen" ~> 0.1.1 ``` ### SPM @@ -75,7 +75,7 @@ Once you have your Swift package set up, adding Zen as a dependency is as easy a ```swift dependencies: [ - .package(url: "https://github.com/KarimEbrahemAbdelaziz/Zen.git", .upToNextMajor(from: "0.1.0")) + .package(url: "https://github.com/KarimEbrahemAbdelaziz/Zen.git", .upToNextMajor(from: "0.1.1")) ] ```