From e1e86426292b7154187e26c185fb876f982f40d2 Mon Sep 17 00:00:00 2001 From: Ryan Date: Tue, 16 Jul 2019 07:18:33 -0600 Subject: [PATCH] Bump version to 0.5.1, bump SimpleOAuth2 version in podspec --- InstagramSimpleOAuth.podspec | 4 ++-- InstagramSimpleOAuth/Supporting Files/Info.plist | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/InstagramSimpleOAuth.podspec b/InstagramSimpleOAuth.podspec index 120805a..ed31e8a 100644 --- a/InstagramSimpleOAuth.podspec +++ b/InstagramSimpleOAuth.podspec @@ -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' } @@ -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 diff --git a/InstagramSimpleOAuth/Supporting Files/Info.plist b/InstagramSimpleOAuth/Supporting Files/Info.plist index 399882e..393e2ed 100644 --- a/InstagramSimpleOAuth/Supporting Files/Info.plist +++ b/InstagramSimpleOAuth/Supporting Files/Info.plist @@ -15,7 +15,7 @@ CFBundlePackageType FMWK CFBundleShortVersionString - 0.5.0 + 0.5.1 CFBundleVersion $(CURRENT_PROJECT_VERSION) NSPrincipalClass