From d67718f0bb0ea8b56831bbd4e44ffac82307dd14 Mon Sep 17 00:00:00 2001 From: Bai Long Date: Sat, 25 Oct 2014 19:13:56 +0800 Subject: [PATCH 1/3] [ci skip] ver --- Qiniu.podspec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Qiniu.podspec b/Qiniu.podspec index 4331a08..2f2c993 100644 --- a/Qiniu.podspec +++ b/Qiniu.podspec @@ -1,12 +1,12 @@ Pod::Spec.new do |s| s.name = 'Qiniu' - s.version = '6.3.2' + s.version = '6.3.3' s.summary = 'Qiniu Resource Storage SDK for iOS' s.homepage = 'https://github.com/qiniu/ios-sdk' s.social_media_url = 'http://weibo.com/qiniutek' s.author = 'Qiniu => sdk@qiniu.com' 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'} s.platform = :ios, '6.0' s.ios.deployment_target = '6.0' From 76a186e6efa0f4501392aac1a2a17d838b80a57f Mon Sep 17 00:00:00 2001 From: Bai Long Date: Sat, 25 Oct 2014 19:14:56 +0800 Subject: [PATCH 2/3] update version [ci skip] --- QiniuSDK/QiniuConfig.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/QiniuSDK/QiniuConfig.h b/QiniuSDK/QiniuConfig.h index cce38f1..7857eab 100644 --- a/QiniuSDK/QiniuConfig.h +++ b/QiniuSDK/QiniuConfig.h @@ -9,7 +9,7 @@ #define kQiniuUndefinedKey @"?" -#define kQiniuVersion @"6.3.2" +#define kQiniuVersion @"6.3.3" #define kQiniuUpHostsLast 1 NSString *kQiniuUpHosts[kQiniuUpHostsLast+1]; From 216e3b74e017113286e78185d477115319c4d882 Mon Sep 17 00:00:00 2001 From: Bai Long Date: Wed, 12 Nov 2014 17:20:45 +0800 Subject: [PATCH 3/3] update version [ci skip] --- Qiniu.podspec | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Qiniu.podspec b/Qiniu.podspec index 2f2c993..9946e68 100644 --- a/Qiniu.podspec +++ b/Qiniu.podspec @@ -1,12 +1,12 @@ Pod::Spec.new do |s| s.name = 'Qiniu' - s.version = '6.3.3' + 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 => sdk@qiniu.com' 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.3'} + 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'