Skip to content

Commit

Permalink
up version
Browse files Browse the repository at this point in the history
  • Loading branch information
Leonard van Driel committed Mar 24, 2014
1 parent e6e2d74 commit a447696
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Mac/PusherMac-Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>0.3.5</string>
<string>0.4.0</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
Expand Down
2 changes: 1 addition & 1 deletion NWPusher.podspec
Original file line number Diff line number Diff line change
@@ -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' }
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down Expand Up @@ -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`.
Expand Down
2 changes: 1 addition & 1 deletion Touch/PusherTouch-Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>0.3.5</string>
<string>0.4.0</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
Expand Down

0 comments on commit a447696

Please sign in to comment.