Skip to content

Commit b216d74

Browse files
committed
Bump version to v3.0.1
Don't bother bumping CocoaPods, this release doesn't affect that.
1 parent 94d1dcb commit b216d74

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# PMJSON
22

3-
[![Version](https://img.shields.io/badge/version-v3.0.0-blue.svg)](https://github.com/postmates/PMJSON/releases/latest)
3+
[![Version](https://img.shields.io/badge/version-v3.0.1-blue.svg)](https://github.com/postmates/PMJSON/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-orange.svg)
66
![License](https://img.shields.io/badge/license-MIT%2FApache-blue.svg)
@@ -262,6 +262,10 @@ Unless you explicitly state otherwise, any contribution intentionally submitted
262262

263263
## Version History
264264

265+
#### v3.0.1 (2018-02-18)
266+
267+
* Fix Swift Package Manager support.
268+
265269
#### v3.0.0 (2018-02-18)
266270

267271
* Convert to Swift 4.

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>3.0.0</string>
18+
<string>3.0.1</string>
1919
<key>CFBundleSignature</key>
2020
<string>????</string>
2121
<key>CFBundleVersion</key>

Tests/PMJSONTests/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>3.0.0</string>
18+
<string>3.0.1</string>
1919
<key>CFBundleSignature</key>
2020
<string>????</string>
2121
<key>CFBundleVersion</key>

0 commit comments

Comments
 (0)