Skip to content

Commit 7e623e8

Browse files
author
Leo Vandriel
committed
bump version
1 parent d92a31d commit 7e623e8

File tree

5 files changed

+9
-7
lines changed

5 files changed

+9
-7
lines changed

CHANGLOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ Change Log
33

44
### master (unreleased)
55

6+
### 0.6.2 (2015-01-15)
7+
68
* Add underlying error reason code
79

810
### 0.6.1 (2015-01-14)

Mac/PusherMac-Info.plist

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,11 @@
1717
<key>CFBundlePackageType</key>
1818
<string>APPL</string>
1919
<key>CFBundleShortVersionString</key>
20-
<string>0.6.1</string>
20+
<string>0.6.2</string>
2121
<key>CFBundleSignature</key>
2222
<string>????</string>
2323
<key>CFBundleVersion</key>
24-
<string>12</string>
24+
<string>14</string>
2525
<key>LSApplicationCategoryType</key>
2626
<string>public.app-category.developer-tools</string>
2727
<key>LSMinimumSystemVersion</key>

NWPusher.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = 'NWPusher'
3-
s.version = '0.6.1'
3+
s.version = '0.6.2'
44
s.summary = 'OS X and iOS application and framework to play with the Apple Push Notification service (APNs).'
55
s.homepage = 'https://github.com/noodlewerk/NWPusher'
66
s.license = { :type => 'BSD', :file => 'LICENSE.txt' }

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ Or download the latest `Pusher.app` binary:
2424
Alternatively, you can include NWPusher as a framework, using [CocoaPods](http://cocoapods.org/):
2525

2626
```ruby
27-
pod 'NWPusher', '~> 0.6.1'
27+
pod 'NWPusher', '~> 0.6.0'
2828
```
2929

3030
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
179179
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:
180180

181181
```ruby
182-
pod 'NWPusher', '~> 0.6.1'
182+
pod 'NWPusher', '~> 0.6.0'
183183
```
184184

185185
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`.

Touch/PusherTouch-Info.plist

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,11 +32,11 @@
3232
<key>CFBundlePackageType</key>
3333
<string>APPL</string>
3434
<key>CFBundleShortVersionString</key>
35-
<string>0.6.1</string>
35+
<string>0.6.2</string>
3636
<key>CFBundleSignature</key>
3737
<string>????</string>
3838
<key>CFBundleVersion</key>
39-
<string>12</string>
39+
<string>14</string>
4040
<key>LSRequiresIPhoneOS</key>
4141
<true/>
4242
<key>UIPrerenderedIcon</key>

0 commit comments

Comments
 (0)