diff --git a/CHANGLOG.md b/CHANGLOG.md
index 86678f1..07c764a 100644
--- a/CHANGLOG.md
+++ b/CHANGLOG.md
@@ -3,6 +3,8 @@ Change Log
### master (unreleased)
+### 0.6.0 (2014-10-30)
+
* Remove kNWSuccess
* Remove deprecated
diff --git a/Mac/PusherMac-Info.plist b/Mac/PusherMac-Info.plist
index 52d0a0d..e831042 100644
--- a/Mac/PusherMac-Info.plist
+++ b/Mac/PusherMac-Info.plist
@@ -17,11 +17,11 @@
CFBundlePackageType
APPL
CFBundleShortVersionString
- 0.5.4
+ 0.6.0
CFBundleSignature
????
CFBundleVersion
- 10
+ 11
LSApplicationCategoryType
public.app-category.developer-tools
LSMinimumSystemVersion
diff --git a/NWPusher.podspec b/NWPusher.podspec
index 1d94b3e..9acbd6c 100644
--- a/NWPusher.podspec
+++ b/NWPusher.podspec
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'NWPusher'
- s.version = '0.5.4'
+ s.version = '0.6.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 223cab6..b40f954 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.4'
+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.5.4'
+pod 'NWPusher', '~> 0.6.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 c5f6045..79364a5 100644
--- a/Touch/PusherTouch-Info.plist
+++ b/Touch/PusherTouch-Info.plist
@@ -32,11 +32,11 @@
CFBundlePackageType
APPL
CFBundleShortVersionString
- 0.5.4
+ 0.6.0
CFBundleSignature
????
CFBundleVersion
- 10
+ 11
LSRequiresIPhoneOS
UIPrerenderedIcon