From f6b9ff99051761b51d38d731faeb3a0939a96676 Mon Sep 17 00:00:00 2001 From: Leo Vandriel Date: Wed, 14 Jan 2015 15:24:35 -0800 Subject: [PATCH] bump version --- CHANGLOG.md | 2 ++ Mac/PusherMac-Info.plist | 4 ++-- NWPusher.podspec | 2 +- README.md | 4 ++-- Touch/PusherTouch-Info.plist | 4 ++-- 5 files changed, 9 insertions(+), 7 deletions(-) diff --git a/CHANGLOG.md b/CHANGLOG.md index 7ee03aa..8f6bc14 100644 --- a/CHANGLOG.md +++ b/CHANGLOG.md @@ -3,6 +3,8 @@ Change Log ### master (unreleased) +### 0.6.1 (2015-01-14) + * Add SSL handshake error codes ### 0.6.0 (2014-10-30) diff --git a/Mac/PusherMac-Info.plist b/Mac/PusherMac-Info.plist index e831042..553fb02 100644 --- a/Mac/PusherMac-Info.plist +++ b/Mac/PusherMac-Info.plist @@ -17,11 +17,11 @@ CFBundlePackageType APPL CFBundleShortVersionString - 0.6.0 + 0.6.1 CFBundleSignature ???? CFBundleVersion - 11 + 12 LSApplicationCategoryType public.app-category.developer-tools LSMinimumSystemVersion diff --git a/NWPusher.podspec b/NWPusher.podspec index f6cab1b..eb6a4cb 100644 --- a/NWPusher.podspec +++ b/NWPusher.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = 'NWPusher' - s.version = '0.6.0' + s.version = '0.6.1' s.summary = 'OS X and iOS application and framework to play with the Apple Push Notification service (APNs).' s.homepage = 'https://github.com/noodlewerk/NWPusher' s.license = { :type => 'BSD', :file => 'LICENSE.txt' } diff --git a/README.md b/README.md index 6735e88..de7e246 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,7 @@ Or download the latest `Pusher.app` binary: Alternatively, you can include NWPusher as a framework, using [CocoaPods](http://cocoapods.org/): ```ruby -pod 'NWPusher', '~> 0.6.0' +pod 'NWPusher', '~> 0.6.1' ``` Or simply include the source files you need. NWPusher has a modular architecture and does not have any external dependencies, so use what you like. @@ -179,7 +179,7 @@ Pushing from code Pusher can also be used as a framework to send notifications programmatically. The included Xcode project provides examples for both OS X and iOS. The easiest way to include NWPusher is through CocoaPods: ```ruby -pod 'NWPusher', '~> 0.6.0' +pod 'NWPusher', '~> 0.6.1' ``` CocoaPods also compiles documentation, which can be accessed through [CocoaDocs](http://cocoadocs.org/docsets/NWPusher). Alternatively you can include just the files you need from the `Classes` folder. Make sure you link with `Foundation.framework` and `Security.framework`. diff --git a/Touch/PusherTouch-Info.plist b/Touch/PusherTouch-Info.plist index 79364a5..e219af1 100644 --- a/Touch/PusherTouch-Info.plist +++ b/Touch/PusherTouch-Info.plist @@ -32,11 +32,11 @@ CFBundlePackageType APPL CFBundleShortVersionString - 0.6.0 + 0.6.1 CFBundleSignature ???? CFBundleVersion - 11 + 12 LSRequiresIPhoneOS UIPrerenderedIcon