From 721db6ded067054cb96d3d7471b3ee172d4a27d3 Mon Sep 17 00:00:00 2001 From: Leo Vandriel Date: Wed, 22 Oct 2014 09:37:43 -0700 Subject: [PATCH] bump version --- CHANGLOG.md | 2 ++ Mac/PusherMac-Info.plist | 6 +++--- NWPusher.podspec | 2 +- README.md | 4 ++-- Touch/PusherTouch-Info.plist | 4 ++-- 5 files changed, 10 insertions(+), 8 deletions(-) diff --git a/CHANGLOG.md b/CHANGLOG.md index 0024783..3d3fe3d 100644 --- a/CHANGLOG.md +++ b/CHANGLOG.md @@ -3,6 +3,8 @@ Change Log ### master (unreleased) +### 0.5.3 (2014-10-22) + * Set NWHub defaults to autoConnect:YES * Add a bunch of helpers to NWHub and NWPusher diff --git a/Mac/PusherMac-Info.plist b/Mac/PusherMac-Info.plist index 8223d72..d1fb12f 100644 --- a/Mac/PusherMac-Info.plist +++ b/Mac/PusherMac-Info.plist @@ -17,17 +17,17 @@ CFBundlePackageType APPL CFBundleShortVersionString - 0.5.2 + 0.5.3 CFBundleSignature ???? CFBundleVersion - 7 + 9 LSApplicationCategoryType public.app-category.developer-tools LSMinimumSystemVersion ${MACOSX_DEPLOYMENT_TARGET} NSHumanReadableCopyright - Copyright © 2012 noodlewerk. All rights reserved. + Copyright © 2012 noodlewerk. All rights reserved. https://github.com/noodlewerk/NWPusher NSMainNibFile Application NSPrincipalClass diff --git a/NWPusher.podspec b/NWPusher.podspec index 2368941..ad81e05 100644 --- a/NWPusher.podspec +++ b/NWPusher.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = 'NWPusher' - s.version = '0.5.2' + s.version = '0.5.3' 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 9f768da..efa447d 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.5.2' +pod 'NWPusher', '~> 0.5.3' ``` 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. @@ -178,7 +178,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.5.2' +pod 'NWPusher', '~> 0.5.3' ``` 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 82d5a9b..f5beb26 100644 --- a/Touch/PusherTouch-Info.plist +++ b/Touch/PusherTouch-Info.plist @@ -32,11 +32,11 @@ CFBundlePackageType APPL CFBundleShortVersionString - 0.5.2 + 0.5.3 CFBundleSignature ???? CFBundleVersion - 7 + 9 LSRequiresIPhoneOS UIPrerenderedIcon