Skip to content

Commit 59d447d

Browse files
committed
Bump version to v2.0.2
1 parent c2f0a20 commit 59d447d

File tree

4 files changed

+8
-4
lines changed

4 files changed

+8
-4
lines changed

PMJSON.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 = "PMJSON"
3-
s.version = "2.0.1"
3+
s.version = "2.0.2"
44
s.summary = "Pure Swift JSON encoding/decoding library"
55
s.description = "PMJSON provides a pure-Swift strongly-typed JSON encoder/decoder as well as a set of convenience methods for converting to/from Foundation objects and for decoding JSON structures."
66

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-v2.0.1-blue.svg)](https://github.com/postmates/PMJSON/releases/latest)
3+
[![Version](https://img.shields.io/badge/version-v2.0.2-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)
@@ -248,6 +248,10 @@ Unless you explicitly state otherwise, any contribution intentionally submitted
248248

249249
## Version History
250250

251+
#### v2.0.2 (2017-03-06)
252+
253+
* Fix Linux compatibility.
254+
251255
#### v2.0.1 (2017-02-26)
252256

253257
* Add method `JSON.parser(for:options:)` that returns a `JSONParser<AnySequence<UnicodeScalar>>` from a `Data`. Like `JSON.decode(_:options:)`, this method automatically detects UTF-8, UTF-16, or UTF-32 input.

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

0 commit comments

Comments
 (0)