From d9a4d8e6277385f53d23b38db6e35f5145e34b95 Mon Sep 17 00:00:00 2001 From: Kevin Ballard Date: Thu, 17 May 2018 19:18:33 -0700 Subject: [PATCH] Bump version to v3.1.1 --- PMJSON.podspec | 2 +- README.md | 6 +++++- Sources/Info.plist | 2 +- Tests/PMJSONTests/Info.plist | 2 +- 4 files changed, 8 insertions(+), 4 deletions(-) diff --git a/PMJSON.podspec b/PMJSON.podspec index 2d40093..3fffa54 100644 --- a/PMJSON.podspec +++ b/PMJSON.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = "PMJSON" - s.version = "3.1.0" + s.version = "3.1.1" 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 52da0b3..f7cb772 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # PMJSON -[![Version](https://img.shields.io/badge/version-v3.1.0-blue.svg)](https://github.com/postmates/PMJSON/releases/latest) +[![Version](https://img.shields.io/badge/version-v3.1.1-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,6 +262,10 @@ Unless you explicitly state otherwise, any contribution intentionally submitted ## Version History +#### v3.1.1 (2018-05-17) + +* Squelch Swift 4.1 warnings. + #### v3.1.0 (2018-02-25) * Improve `.pretty` output for empty arrays/dictionaries. diff --git a/Sources/Info.plist b/Sources/Info.plist index 543e5f9..d353b3e 100644 --- a/Sources/Info.plist +++ b/Sources/Info.plist @@ -15,7 +15,7 @@ CFBundlePackageType FMWK CFBundleShortVersionString - 3.1.0 + 3.1.1 CFBundleSignature ???? CFBundleVersion diff --git a/Tests/PMJSONTests/Info.plist b/Tests/PMJSONTests/Info.plist index 4128207..52938b7 100644 --- a/Tests/PMJSONTests/Info.plist +++ b/Tests/PMJSONTests/Info.plist @@ -15,7 +15,7 @@ CFBundlePackageType BNDL CFBundleShortVersionString - 3.1.0 + 3.1.1 CFBundleSignature ???? CFBundleVersion