Skip to content

Commit

Permalink
Merge pull request #103 from qiniu/develop
Browse files Browse the repository at this point in the history
update to 6.3.3.1
  • Loading branch information
longbai committed Nov 12, 2014
2 parents d42a0fa + 216e3b7 commit 56d6b1a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions Qiniu.podspec
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
Pod::Spec.new do |s|
s.name = 'Qiniu'
s.version = '6.3.2'
s.version = '6.3.3.1'
s.summary = 'Qiniu Resource Storage SDK for iOS'
s.homepage = 'https://github.com/qiniu/ios-sdk'
s.homepage = 'https://github.com/qiniu/legacy-ios-sdk'
s.social_media_url = 'http://weibo.com/qiniutek'
s.author = 'Qiniu => [email protected]'
s.documentation_url = 'http://developer.qiniu.com/docs/v6/sdk/ios-sdk.html'
s.source = {:git => 'https://github.com/qiniu/ios-sdk.git', :tag => 'v6.3.2'}
s.source = {:git => 'https://github.com/qiniu/ios-sdk.git', :tag => 'v6.3.3.1'}

s.platform = :ios, '6.0'
s.ios.deployment_target = '6.0'
Expand Down
2 changes: 1 addition & 1 deletion QiniuSDK/QiniuConfig.h
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

#define kQiniuUndefinedKey @"?"

#define kQiniuVersion @"6.3.2"
#define kQiniuVersion @"6.3.3"

#define kQiniuUpHostsLast 1
NSString *kQiniuUpHosts[kQiniuUpHostsLast+1];

0 comments on commit 56d6b1a

Please sign in to comment.