diff --git a/CHANGELOG.md b/CHANGELOG.md index a6c348e..78d02c8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Change Log +## [1.5.1](https://github.com/isair/JSONHelper/tree/1.5.1) (2015-04-07) + +[Full Changelog](https://github.com/isair/JSONHelper/compare/1.5.0...1.5.1) + +**Merged pull requests:** + +- Add automatically generated change log file. [\#28](https://github.com/isair/JSONHelper/pull/28) ([skywinder](https://github.com/skywinder)) + ## [1.5.0](https://github.com/isair/JSONHelper/tree/1.5.0) (2015-04-04) [Full Changelog](https://github.com/isair/JSONHelper/compare/1.4.2...1.5.0) diff --git a/JSONHelper.podspec b/JSONHelper.podspec index 5dda195..88f582a 100644 --- a/JSONHelper.podspec +++ b/JSONHelper.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = 'JSONHelper' - s.version = '1.5.0' + s.version = '1.5.1' s.license = { :type => 'zlib', :file => 'LICENSE' } s.summary = 'Lightning fast JSON deserialization and value conversion library for iOS & OS X written in Swift.' diff --git a/JSONHelper/Supporting Files/Mac/Info.plist b/JSONHelper/Supporting Files/Mac/Info.plist index f24ce9a..78a76a6 100644 --- a/JSONHelper/Supporting Files/Mac/Info.plist +++ b/JSONHelper/Supporting Files/Mac/Info.plist @@ -15,11 +15,11 @@ CFBundlePackageType FMWK CFBundleShortVersionString - 1.5.0 + 1.5.1 CFBundleSignature ???? CFBundleVersion - 12 + 13 NSPrincipalClass diff --git a/JSONHelper/Supporting Files/iOS/Info.plist b/JSONHelper/Supporting Files/iOS/Info.plist index f24ce9a..78a76a6 100644 --- a/JSONHelper/Supporting Files/iOS/Info.plist +++ b/JSONHelper/Supporting Files/iOS/Info.plist @@ -15,11 +15,11 @@ CFBundlePackageType FMWK CFBundleShortVersionString - 1.5.0 + 1.5.1 CFBundleSignature ???? CFBundleVersion - 12 + 13 NSPrincipalClass