diff --git a/PMHTTP.podspec b/PMHTTP.podspec index 2a393a7..5f7d773 100644 --- a/PMHTTP.podspec +++ b/PMHTTP.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = "PMHTTP" - s.version = "4.4.0" + s.version = "4.4.1" 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 a666864..4703ec9 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # PMHTTP -[![Version](https://img.shields.io/badge/version-v4.4.0-blue.svg)](https://github.com/postmates/PMHTTP/releases/latest) +[![Version](https://img.shields.io/badge/version-v4.4.1-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,6 +410,12 @@ work by you shall be dual licensed as above, without any additional terms or con ## Version History +#### v4.4.1 (2019-04-24) + +* Work around a CocoaPods bug with Swift versions ([CocoaPods/CocoaPods#8635][]). + +[CocoaPods/CocoaPods#8635]: https://github.com/CocoaPods/CocoaPods/issues/8635 "Unrecognized 'swift_version' key · Issue #8635 · CocoaPods/CocoaPods" + #### v4.4.0 (2019-04-23) * Fix a bug when parsing images where we passed the wrong value for the type identifier hint, resulting in a warning being logged to the console ([#62][]). diff --git a/Sources/Info.plist b/Sources/Info.plist index 45e086c..098bfd2 100644 --- a/Sources/Info.plist +++ b/Sources/Info.plist @@ -15,7 +15,7 @@ CFBundlePackageType FMWK CFBundleShortVersionString - 4.4.0 + 4.4.1 CFBundleSignature ???? CFBundleVersion diff --git a/Tests/Info.plist b/Tests/Info.plist index 8ab3f88..f8b2081 100644 --- a/Tests/Info.plist +++ b/Tests/Info.plist @@ -15,7 +15,7 @@ CFBundlePackageType BNDL CFBundleShortVersionString - 4.4.0 + 4.4.1 CFBundleSignature ???? CFBundleVersion