Skip to content

Commit

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

s.dependency 'SimpleOAuth2', '0.1.3'
s.dependency 'SimpleOAuth2', '0.1.5'
s.dependency 'MBProgressHUD', '>= 0.9'
end
2 changes: 1 addition & 1 deletion DropboxSimpleOAuth/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.2.0</string>
<string>0.2.1</string>
<key>CFBundleVersion</key>
<string>$(CURRENT_PROJECT_VERSION)</string>
<key>NSPrincipalClass</key>
Expand Down
2 changes: 1 addition & 1 deletion MIT-LICENSE.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Copyright (c) 2017 Ryan Baumbach <[email protected]>
Copyright (c) 2014-2019 Ryan Baumbach <[email protected]>

Permission is hereby granted, free of charge, to any person obtaining
a copy of this software and associated documentation files (the
Expand Down

0 comments on commit 9910fdb

Please sign in to comment.