Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
Leo Vandriel committed Jul 19, 2016
1 parent 8c4e208 commit 766aee9
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 8 deletions.
4 changes: 4 additions & 0 deletions CHANGLOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@ Change Log

### master (unreleased)

### 0.7.2 (2016-07-19)

* Added support for Carthage, thanks to @zats

### 0.7.1 (2016-04-27)

* Remove Mac enum from Touch target
Expand Down
4 changes: 2 additions & 2 deletions Mac/PusherMac-Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>0.7.1</string>
<string>0.7.2</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>15</string>
<string>16</string>
<key>LSApplicationCategoryType</key>
<string>public.app-category.developer-tools</string>
<key>LSMinimumSystemVersion</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.7.1'
s.version = '0.7.2'
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' }
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "5C7803A51D3C4826002107FB"
BuildableName = "PusherKit-OSX.framework"
BuildableName = "PusherKit.framework"
BlueprintName = "PusherKit-OSX"
ReferencedContainer = "container:NWPusher.xcodeproj">
</BuildableReference>
Expand Down Expand Up @@ -46,7 +46,7 @@
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "5C7803A51D3C4826002107FB"
BuildableName = "PusherKit-OSX.framework"
BuildableName = "PusherKit.framework"
BlueprintName = "PusherKit-OSX"
ReferencedContainer = "container:NWPusher.xcodeproj">
</BuildableReference>
Expand All @@ -64,7 +64,7 @@
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "5C7803A51D3C4826002107FB"
BuildableName = "PusherKit-OSX.framework"
BuildableName = "PusherKit.framework"
BlueprintName = "PusherKit-OSX"
ReferencedContainer = "container:NWPusher.xcodeproj">
</BuildableReference>
Expand Down
4 changes: 2 additions & 2 deletions Touch/PusherTouch-Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -32,11 +32,11 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>0.7.1</string>
<string>0.7.2</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>15</string>
<string>16</string>
<key>LSRequiresIPhoneOS</key>
<true/>
<key>UIPrerenderedIcon</key>
Expand Down

0 comments on commit 766aee9

Please sign in to comment.