From ca4d1a4c98f29c4025d13a6e3ac442015b86ef85 Mon Sep 17 00:00:00 2001 From: Kevin Ballard Date: Sun, 25 Feb 2018 23:29:48 -0800 Subject: [PATCH] Bump version to v3.1.0 --- PMJSON.podspec | 2 +- README.md | 4 ++-- Sources/Info.plist | 2 +- Tests/PMJSONTests/Info.plist | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/PMJSON.podspec b/PMJSON.podspec index fbedd8b..2d40093 100644 --- a/PMJSON.podspec +++ b/PMJSON.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = "PMJSON" - s.version = "3.0.2" + s.version = "3.1.0" s.summary = "Pure Swift JSON encoding/decoding library" 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." diff --git a/README.md b/README.md index 1145974..52da0b3 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # PMJSON -[![Version](https://img.shields.io/badge/version-v3.0.2-blue.svg)](https://github.com/postmates/PMJSON/releases/latest) +[![Version](https://img.shields.io/badge/version-v3.1.0-blue.svg)](https://github.com/postmates/PMJSON/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-orange.svg) ![License](https://img.shields.io/badge/license-MIT%2FApache-blue.svg) @@ -262,7 +262,7 @@ Unless you explicitly state otherwise, any contribution intentionally submitted ## Version History -#### Development +#### v3.1.0 (2018-02-25) * Improve `.pretty` output for empty arrays/dictionaries. * Speed up `JSON.encodeAsData()` pretty significantly. It's now very nearly as fast as `JSON.encodeAsString()`. diff --git a/Sources/Info.plist b/Sources/Info.plist index 49ca846..543e5f9 100644 --- a/Sources/Info.plist +++ b/Sources/Info.plist @@ -15,7 +15,7 @@ CFBundlePackageType FMWK CFBundleShortVersionString - 3.0.2 + 3.1.0 CFBundleSignature ???? CFBundleVersion diff --git a/Tests/PMJSONTests/Info.plist b/Tests/PMJSONTests/Info.plist index a905efc..4128207 100644 --- a/Tests/PMJSONTests/Info.plist +++ b/Tests/PMJSONTests/Info.plist @@ -15,7 +15,7 @@ CFBundlePackageType BNDL CFBundleShortVersionString - 3.0.2 + 3.1.0 CFBundleSignature ???? CFBundleVersion