From e84621b119b401bcaaeabfe51daaa40e575226e4 Mon Sep 17 00:00:00 2001 From: Fernando Date: Sat, 24 Oct 2020 21:50:10 +0900 Subject: [PATCH] Update Installation versions - update installation versions to `1.4.0` --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 91cbc02..5d336cf 100644 --- a/README.md +++ b/README.md @@ -23,15 +23,15 @@ Bagel is a little native iOS network debugger. It's not a proxy debugger so you #### Install iOS Client #### CocoaPods ```shhttps://img.shields.io/badge/version-1.3.1-blue.svg?style=flat -pod 'Bagel', '~> 1.3.2' +pod 'Bagel', '~> 1.4.0' ``` ##### Carthage ```sh -github "yagiz/Bagel" "1.3.2" +github "yagiz/Bagel" "1.4.0" ``` ##### Accio ```swift -.package(url: "https://github.com/yagiz/Bagel.git", .upToNextMajor(from: "1.3.2")), +.package(url: "https://github.com/yagiz/Bagel.git", .upToNextMajor(from: "1.4.0")), ``` ### Usage