From fc314402d452859ea6015cef582fb09eb22307e8 Mon Sep 17 00:00:00 2001 From: Kevin Ballard Date: Thu, 20 Oct 2016 11:15:05 -0700 Subject: [PATCH] Bump version to v1.1.0 --- PMJSON.podspec | 2 +- README.md | 8 ++++---- Sources/Info.plist | 2 +- Tests/Info.plist | 2 +- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/PMJSON.podspec b/PMJSON.podspec index 9881f48..22c5247 100644 --- a/PMJSON.podspec +++ b/PMJSON.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = "PMJSON" - s.version = "1.0.1" + s.version = "1.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 d834f90..860111c 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # PMJSON -[![Version](https://img.shields.io/badge/version-v1.0.1-blue.svg)](https://github.com/postmates/PMJSON/releases/latest) +[![Version](https://img.shields.io/badge/version-v1.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) @@ -209,7 +209,7 @@ let package = Package( To install using [Carthage][], add the following to your Cartfile: ``` -github "postmates/PMJSON" ~> 1.0 +github "postmates/PMJSON" ~> 1.1 ``` This release supports Swift 3. If you want Swift 2.3 support, you can use @@ -223,7 +223,7 @@ github "postmates/PMJSON" ~> 0.9.4 To install using [CocoaPods][], add the following to your Podfile: ``` -pod 'PMJSON', '~> 1.0' +pod 'PMJSON', '~> 1.1' ``` This release supports Swift 3. If you want Swift 2.3 support, you can use @@ -248,7 +248,7 @@ Unless you explicitly state otherwise, any contribution intentionally submitted ## Version History -#### Development +#### v1.1.0 (2016-10-20) * Add `Hashable` to `JSONEvent` and `JSONParserError`. * Make `JSONParserError` conform to `CustomNSError` for better Obj-C errors. diff --git a/Sources/Info.plist b/Sources/Info.plist index 7a84553..09bc972 100644 --- a/Sources/Info.plist +++ b/Sources/Info.plist @@ -15,7 +15,7 @@ CFBundlePackageType FMWK CFBundleShortVersionString - 1.0.1 + 1.1.0 CFBundleSignature ???? CFBundleVersion diff --git a/Tests/Info.plist b/Tests/Info.plist index 07841bd..3b9aa4a 100644 --- a/Tests/Info.plist +++ b/Tests/Info.plist @@ -15,7 +15,7 @@ CFBundlePackageType BNDL CFBundleShortVersionString - 1.0.1 + 1.1.0 CFBundleSignature ???? CFBundleVersion