diff --git a/PMHTTP.podspec b/PMHTTP.podspec index cb36ef9..45b6537 100644 --- a/PMHTTP.podspec +++ b/PMHTTP.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = "PMHTTP" - s.version = "4.3.2" + s.version = "4.3.3" s.summary = "Swift/Obj-C HTTP framework with a focus on REST and JSON" s.description = <<-DESC diff --git a/README.md b/README.md index b408d93..0427668 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # PMHTTP -[![Version](https://img.shields.io/badge/version-v4.3.2-blue.svg)](https://github.com/postmates/PMHTTP/releases/latest) +[![Version](https://img.shields.io/badge/version-v4.3.3-blue.svg)](https://github.com/postmates/PMHTTP/releases/latest) ![Platforms](https://img.shields.io/badge/platforms-ios%20%7C%20osx%20%7C%20watchos%20%7C%20tvos-lightgrey.svg) ![Languages](https://img.shields.io/badge/languages-swift%20%7C%20objc-orange.svg) ![License](https://img.shields.io/badge/license-MIT%2FApache-blue.svg) @@ -410,7 +410,7 @@ work by you shall be dual licensed as above, without any additional terms or con ## Version History -#### Development +#### v4.3.3 (2019-04-07) * Updated `PMHTTPErrorIsFailedResponse` to handle `PMHTTPErrorUnexpectedNoContent` and `PMHTTPErrorUnexpectedRedirect` in addition to `PMHTTPErrorFailedResponse` and `PMHTTPErrorUnauthorized`. * Fix warnings introduced by Xcode 10.2. diff --git a/Sources/Info.plist b/Sources/Info.plist index 2aefcee..79fded3 100644 --- a/Sources/Info.plist +++ b/Sources/Info.plist @@ -15,7 +15,7 @@ CFBundlePackageType FMWK CFBundleShortVersionString - 4.3.2 + 4.3.3 CFBundleSignature ???? CFBundleVersion diff --git a/Tests/Info.plist b/Tests/Info.plist index 6811364..4247ed3 100644 --- a/Tests/Info.plist +++ b/Tests/Info.plist @@ -15,7 +15,7 @@ CFBundlePackageType BNDL CFBundleShortVersionString - 4.3.2 + 4.3.3 CFBundleSignature ???? CFBundleVersion