From d5624b3023b6c25ba597f4b315bf628d36c3c7c5 Mon Sep 17 00:00:00 2001 From: Kevin Ballard Date: Thu, 20 Oct 2016 16:03:33 -0700 Subject: [PATCH] Bump version to v1.0.4 --- 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 1851bd5..02cac77 100644 --- a/PMHTTP.podspec +++ b/PMHTTP.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = "PMHTTP" - s.version = "1.0.3" + s.version = "1.0.4" 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 54d2f7d..9a6ce7a 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # PMHTTP -[![Version](https://img.shields.io/badge/version-v1.0.3-blue.svg)](https://github.com/postmates/PMHTTP/releases/latest) +[![Version](https://img.shields.io/badge/version-v1.0.4-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) @@ -402,7 +402,7 @@ Unless you explicitly state otherwise, any contribution intentionally submitted ## Version History -#### Development +#### v1.0.4 (2016-10-20) * Add more Obj-C request constructors. * Fix encoding of `+` characters in query strings and `application/x-www-form-urlencoded` bodies. diff --git a/Sources/Info.plist b/Sources/Info.plist index e2ecf82..e52b996 100644 --- a/Sources/Info.plist +++ b/Sources/Info.plist @@ -15,7 +15,7 @@ CFBundlePackageType FMWK CFBundleShortVersionString - 1.0.3 + 1.0.4 CFBundleSignature ???? CFBundleVersion diff --git a/Tests/Info.plist b/Tests/Info.plist index 44f2eed..23e4f51 100644 --- a/Tests/Info.plist +++ b/Tests/Info.plist @@ -15,7 +15,7 @@ CFBundlePackageType BNDL CFBundleShortVersionString - 1.0.3 + 1.0.4 CFBundleSignature ???? CFBundleVersion