Skip to content

Commit

Permalink
Merge pull request #107 from jcesarmobile/3.0.0-release
Browse files Browse the repository at this point in the history
AGIOS-558 bump version for 3.0.0 release
  • Loading branch information
danielpassos committed Sep 28, 2017
2 parents e44317c + b0b3e5b commit 4bba396
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions AeroGearPush-Swift.podspec
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
Pod::Spec.new do |s|
s.name = "AeroGearPush-Swift"
s.version = "2.0.1"
s.version = "3.0.0"
s.summary = "AeroGear UnifiedPush Client Registration SDK (Swift)."
s.homepage = "https://github.com/aerogear/aerogear-ios-push"
s.license = 'Apache License, Version 2.0'
s.author = "Red Hat, Inc."
s.source = { :git => 'https://github.com/aerogear/aerogear-ios-push.git', :tag => '2.0.1-swift' }
s.source = { :git => 'https://github.com/aerogear/aerogear-ios-push.git', :tag => s.version }
s.platform = :ios, 9.0
s.source_files = 'AeroGearPush/*.{swift}'
s.module_name = "AeroGearPush"
Expand Down
2 changes: 1 addition & 1 deletion AeroGearPush/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<key>CFBundlePackageType</key>
<string>FMWK</string>
<key>CFBundleShortVersionString</key>
<string>1.0</string>
<string>3.0.0</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
Expand Down

0 comments on commit 4bba396

Please sign in to comment.