From a447696c7efb97157e84c64abc1327b22aa2de70 Mon Sep 17 00:00:00 2001 From: Leonard van Driel Date: Mon, 24 Mar 2014 01:36:38 +0100 Subject: [PATCH] up version --- Mac/PusherMac-Info.plist | 2 +- NWPusher.podspec | 2 +- README.md | 4 ++-- Touch/PusherTouch-Info.plist | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Mac/PusherMac-Info.plist b/Mac/PusherMac-Info.plist index 1321faa..8d5e055 100644 --- a/Mac/PusherMac-Info.plist +++ b/Mac/PusherMac-Info.plist @@ -17,7 +17,7 @@ CFBundlePackageType APPL CFBundleShortVersionString - 0.3.5 + 0.4.0 CFBundleSignature ???? CFBundleVersion diff --git a/NWPusher.podspec b/NWPusher.podspec index 317605c..f57cf4b 100644 --- a/NWPusher.podspec +++ b/NWPusher.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = 'NWPusher' - s.version = '0.3.5' + s.version = '0.4.0' s.summary = 'iOS/OS X library for playing with the Apple Push Notification Service.' s.homepage = 'https://github.com/noodlewerk/NWPusher' s.license = { :type => 'BSD', :file => 'LICENSE.txt' } diff --git a/README.md b/README.md index 65ad67c..8a7d50f 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,7 @@ Or download the latest `Pusher.app` binary: Alternatively, you can include NWPusher as a library, using [CocoaPods](http://cocoapods.org/): ```ruby -pod 'NWPusher', '~> 0.3.0' +pod 'NWPusher', '~> 0.4.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. @@ -136,7 +136,7 @@ Pushing from code Pusher can also be used as a library 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.3.0' +pod 'NWPusher', '~> 0.4.0' ``` 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 7dced43..90bf619 100644 --- a/Touch/PusherTouch-Info.plist +++ b/Touch/PusherTouch-Info.plist @@ -32,7 +32,7 @@ CFBundlePackageType APPL CFBundleShortVersionString - 0.3.5 + 0.4.0 CFBundleSignature ???? CFBundleVersion