Skip to content

Commit c460945

Browse files
committed
Bump version to v4.3.0
1 parent e1643b3 commit c460945

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

PMHTTP.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = "PMHTTP"
3-
s.version = "4.2.0"
3+
s.version = "4.3.0"
44
s.summary = "Swift/Obj-C HTTP framework with a focus on REST and JSON"
55

66
s.description = <<-DESC

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# PMHTTP
22

3-
[![Version](https://img.shields.io/badge/version-v4.2.0-blue.svg)](https://github.com/postmates/PMHTTP/releases/latest)
3+
[![Version](https://img.shields.io/badge/version-v4.3.0-blue.svg)](https://github.com/postmates/PMHTTP/releases/latest)
44
![Platforms](https://img.shields.io/badge/platforms-ios%20%7C%20osx%20%7C%20watchos%20%7C%20tvos-lightgrey.svg)
55
![Languages](https://img.shields.io/badge/languages-swift%20%7C%20objc-orange.svg)
66
![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
410410

411411
## Version History
412412

413-
#### Development
413+
#### v4.3.0 (2018-07-26)
414414

415415
* Expose `HTTPManagerTask.userInitiated` as a public property.
416416
* Add another parameter to the `HTTPManager.MetricsCallback` callback. In order to retain backwards compatibility, the old initializer and property were deprecated and a new initializer and property were added with different names.

Sources/Info.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<key>CFBundlePackageType</key>
1616
<string>FMWK</string>
1717
<key>CFBundleShortVersionString</key>
18-
<string>4.2.0</string>
18+
<string>4.3.0</string>
1919
<key>CFBundleSignature</key>
2020
<string>????</string>
2121
<key>CFBundleVersion</key>

Tests/Info.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<key>CFBundlePackageType</key>
1616
<string>BNDL</string>
1717
<key>CFBundleShortVersionString</key>
18-
<string>4.2.0</string>
18+
<string>4.3.0</string>
1919
<key>CFBundleSignature</key>
2020
<string>????</string>
2121
<key>CFBundleVersion</key>

0 commit comments

Comments
 (0)