From 671c168e560e0765cce9cf2162a02a309bb57033 Mon Sep 17 00:00:00 2001 From: Leo Vandriel Date: Thu, 7 Jan 2016 16:08:55 -0800 Subject: [PATCH] bump version --- CHANGLOG.md | 4 ++++ Mac/PusherMac-Info.plist | 2 +- NWPusher.podspec | 2 +- README.md | 4 ++-- Touch/PusherTouch-Info.plist | 2 +- 5 files changed, 9 insertions(+), 5 deletions(-) diff --git a/CHANGLOG.md b/CHANGLOG.md index 948d751..027078b 100644 --- a/CHANGLOG.md +++ b/CHANGLOG.md @@ -3,6 +3,10 @@ Change Log ### master (unreleased) +### 0.7.0 (2016-01-07) + +* Add support for simplified certificates (pull request by 666tos) + ### 0.6.4 (2015-12-20) * Add support for new certificate types (web, simplified, voip) diff --git a/Mac/PusherMac-Info.plist b/Mac/PusherMac-Info.plist index ca57bfd..bebb255 100644 --- a/Mac/PusherMac-Info.plist +++ b/Mac/PusherMac-Info.plist @@ -17,7 +17,7 @@ CFBundlePackageType APPL CFBundleShortVersionString - 0.6.4 + 0.7.0 CFBundleSignature ???? CFBundleVersion diff --git a/NWPusher.podspec b/NWPusher.podspec index c7251f8..5248468 100644 --- a/NWPusher.podspec +++ b/NWPusher.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = 'NWPusher' - s.version = '0.6.4' + s.version = '0.7.0' 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..57e31fc 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.7.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.0' +pod 'NWPusher', '~> 0.7.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 1234309..400b4c9 100644 --- a/Touch/PusherTouch-Info.plist +++ b/Touch/PusherTouch-Info.plist @@ -32,7 +32,7 @@ CFBundlePackageType APPL CFBundleShortVersionString - 0.6.4 + 0.7.0 CFBundleSignature ???? CFBundleVersion