diff --git a/CHANGLOG.md b/CHANGLOG.md index fa4c3f7..7a653ac 100644 --- a/CHANGLOG.md +++ b/CHANGLOG.md @@ -3,6 +3,8 @@ Change Log ### master (unreleased) +### 0.6.2 (2015-01-15) + * Add underlying error reason code ### 0.6.1 (2015-01-14) diff --git a/Mac/PusherMac-Info.plist b/Mac/PusherMac-Info.plist index 553fb02..2d40074 100644 --- a/Mac/PusherMac-Info.plist +++ b/Mac/PusherMac-Info.plist @@ -17,11 +17,11 @@ CFBundlePackageType APPL CFBundleShortVersionString - 0.6.1 + 0.6.2 CFBundleSignature ???? CFBundleVersion - 12 + 14 LSApplicationCategoryType public.app-category.developer-tools LSMinimumSystemVersion diff --git a/NWPusher.podspec b/NWPusher.podspec index eb6a4cb..7f7761c 100644 --- a/NWPusher.podspec +++ b/NWPusher.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = 'NWPusher' - s.version = '0.6.1' + s.version = '0.6.2' 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 de7e246..6735e88 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.1' +pod 'NWPusher', '~> 0.6.0' ``` 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.1' +pod 'NWPusher', '~> 0.6.0' ``` 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 e219af1..a349793 100644 --- a/Touch/PusherTouch-Info.plist +++ b/Touch/PusherTouch-Info.plist @@ -32,11 +32,11 @@ CFBundlePackageType APPL CFBundleShortVersionString - 0.6.1 + 0.6.2 CFBundleSignature ???? CFBundleVersion - 12 + 14 LSRequiresIPhoneOS UIPrerenderedIcon