From 0bc62ded6137c24c65a6901fd8e6eeeb7dd4ae0c Mon Sep 17 00:00:00 2001 From: Rich Hodgkins Date: Thu, 14 Dec 2017 14:37:46 +0000 Subject: [PATCH] Updated README for 3.2 --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 184ab92..43d5f1e 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,7 @@ Swift 3.0 support is added in version 3.1 of this framework. For use with older `Cartfile`: ```ogdl -github "rhodgkins/SwiftHTTPStatusCodes" ~> 3.1 +github "rhodgkins/SwiftHTTPStatusCodes" ~> 3.2 ``` Source code: ```swift @@ -32,7 +32,7 @@ import HTTPStatusCodes ### CocoaPods `Podfile`: ```ruby -pod 'HTTPStatusCodes', '~> 3.1.2' +pod 'HTTPStatusCodes', '~> 3.2.0' ``` Source code: