Skip to content

Commit

Permalink
Merge pull request #13 from rbaumbach/version-0.5.1
Browse files Browse the repository at this point in the history
Bump version to 0.5.1, bump SimpleOAuth2 version in podspec
  • Loading branch information
rbaumbach authored Jul 16, 2019
2 parents d0aa491 + e1e8642 commit 3717d54
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions InstagramSimpleOAuth.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'InstagramSimpleOAuth'
s.version = '0.5.0'
s.version = '0.5.1'
s.summary = 'A quick and simple way to authenticate an Instagram user in your iPhone or iPad app.'
s.homepage = 'https://github.com/rbaumbach/InstagramSimpleOAuth'
s.license = { :type => 'MIT', :file => 'MIT-LICENSE.txt' }
Expand All @@ -14,6 +14,6 @@ Pod::Spec.new do |s|
s.source_files = 'InstagramSimpleOAuth/Source/*.{h,m}'
s.resources = 'InstagramSimpleOAuth/Resources/*.xib'

s.dependency 'SimpleOAuth2', '0.1.4'
s.dependency 'SimpleOAuth2', '0.1.5'
s.dependency 'MBProgressHUD', '>= 0.9'
end
2 changes: 1 addition & 1 deletion InstagramSimpleOAuth/Supporting Files/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>0.5.0</string>
<string>0.5.1</string>
<key>CFBundleVersion</key>
<string>$(CURRENT_PROJECT_VERSION)</string>
<key>NSPrincipalClass</key>
Expand Down

0 comments on commit 3717d54

Please sign in to comment.