From 753ef520b8fc1a4a9d541813dead36241442298f Mon Sep 17 00:00:00 2001 From: Lily Ballard Date: Wed, 27 Nov 2019 16:16:28 -0800 Subject: [PATCH] Bump version to v4.5.0 --- PMHTTP.podspec | 2 +- README.md | 4 ++-- Sources/Info.plist | 2 +- Tests/Info.plist | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/PMHTTP.podspec b/PMHTTP.podspec index 3d8698c..bc46928 100644 --- a/PMHTTP.podspec +++ b/PMHTTP.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = "PMHTTP" - s.version = "4.4.3" + s.version = "4.5.0" 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 f61a82b..ca0e5ad 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # PMHTTP -[![Version](https://img.shields.io/badge/version-v4.4.3-blue.svg)](https://github.com/postmates/PMHTTP/releases/latest) +[![Version](https://img.shields.io/badge/version-v4.5.0-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.5.0 (2019-11-27) * Add Obj-C convenience functions for creating upload requests with an `NSData` but no explicit `contentType` ([#65][]). * Fix the Obj-C `-setValue:forHeaderField:` and `-setValue:forDefaultHeaderField:` methods to take a nullable value ([#67][]). diff --git a/Sources/Info.plist b/Sources/Info.plist index 75d11c2..a3ebd8a 100644 --- a/Sources/Info.plist +++ b/Sources/Info.plist @@ -15,7 +15,7 @@ CFBundlePackageType FMWK CFBundleShortVersionString - 4.4.3 + 4.5.0 CFBundleSignature ???? CFBundleVersion diff --git a/Tests/Info.plist b/Tests/Info.plist index 2248fb9..e93b1f5 100644 --- a/Tests/Info.plist +++ b/Tests/Info.plist @@ -15,7 +15,7 @@ CFBundlePackageType BNDL CFBundleShortVersionString - 4.4.3 + 4.5.0 CFBundleSignature ???? CFBundleVersion