diff --git a/CHANGLOG.md b/CHANGLOG.md
index 78c8a98..2c59b29 100644
--- a/CHANGLOG.md
+++ b/CHANGLOG.md
@@ -3,6 +3,8 @@ Change Log
### master (unreleased)
+### 0.5.4 (2014-10-28)
+
* Deprecate fetching
* Document all framework stuff
diff --git a/Mac/PusherMac-Info.plist b/Mac/PusherMac-Info.plist
index d1fb12f..52d0a0d 100644
--- a/Mac/PusherMac-Info.plist
+++ b/Mac/PusherMac-Info.plist
@@ -17,11 +17,11 @@
CFBundlePackageType
APPL
CFBundleShortVersionString
- 0.5.3
+ 0.5.4
CFBundleSignature
????
CFBundleVersion
- 9
+ 10
LSApplicationCategoryType
public.app-category.developer-tools
LSMinimumSystemVersion
diff --git a/NWPusher.podspec b/NWPusher.podspec
index ad81e05..1d94b3e 100644
--- a/NWPusher.podspec
+++ b/NWPusher.podspec
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'NWPusher'
- s.version = '0.5.3'
+ s.version = '0.5.4'
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 420e08f..bef442d 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.3'
+pod 'NWPusher', '~> 0.5.4'
```
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.3'
+pod 'NWPusher', '~> 0.5.4'
```
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 f5beb26..c5f6045 100644
--- a/Touch/PusherTouch-Info.plist
+++ b/Touch/PusherTouch-Info.plist
@@ -32,11 +32,11 @@
CFBundlePackageType
APPL
CFBundleShortVersionString
- 0.5.3
+ 0.5.4
CFBundleSignature
????
CFBundleVersion
- 9
+ 10
LSRequiresIPhoneOS
UIPrerenderedIcon