diff --git a/PMHTTP.podspec b/PMHTTP.podspec
index cb8f038..1851bd5 100644
--- a/PMHTTP.podspec
+++ b/PMHTTP.podspec
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "PMHTTP"
- s.version = "1.0.2"
+ s.version = "1.0.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 9b7c0c8..5581187 100644
--- a/README.md
+++ b/README.md
@@ -1,6 +1,6 @@
# PMHTTP
-[![Version](https://img.shields.io/badge/version-v1.0.2-blue.svg)](https://github.com/postmates/PMHTTP/releases/latest)
+[![Version](https://img.shields.io/badge/version-v1.0.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)
@@ -402,6 +402,10 @@ Unless you explicitly state otherwise, any contribution intentionally submitted
## Version History
+#### v1.0.3 (2016-09-23)
+
+* Fix obj-c name of `HTTPManager.parsedDateHeader(from:)`.
+
#### v1.0.2 (2016-09-22)
* Add fix-its for the Swift 3 API changes.
diff --git a/Sources/Info.plist b/Sources/Info.plist
index 9645e5d..e2ecf82 100644
--- a/Sources/Info.plist
+++ b/Sources/Info.plist
@@ -15,7 +15,7 @@
CFBundlePackageType
FMWK
CFBundleShortVersionString
- 1.0.2
+ 1.0.3
CFBundleSignature
????
CFBundleVersion
diff --git a/Tests/Info.plist b/Tests/Info.plist
index bbf8162..44f2eed 100644
--- a/Tests/Info.plist
+++ b/Tests/Info.plist
@@ -15,7 +15,7 @@
CFBundlePackageType
BNDL
CFBundleShortVersionString
- 1.0.2
+ 1.0.3
CFBundleSignature
????
CFBundleVersion