Skip to content

Commit c1a6a0f

Browse files
authored
Merge pull request #268 from longbai/pandora
update version [ci skip]
2 parents ea4a335 + 6b6b855 commit c1a6a0f

File tree

4 files changed

+8
-4
lines changed

4 files changed

+8
-4
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
#Changelog
22

3+
## 7.2.2 (2017-12-07)
4+
## 修正
5+
* 进度回调重复
6+
37
## 7.2.1 (2017-12-05)
48
## 修正
59
* 进度回调实现导致内存泄漏

Qiniu.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = 'Qiniu'
3-
s.version = '7.2.1'
3+
s.version = '7.2.2'
44
s.summary = 'Qiniu Resource Storage SDK for iOS and Mac'
55
s.homepage = 'https://github.com/qiniu/objc-sdk'
66
s.social_media_url = 'http://weibo.com/qiniutek'

QiniuSDK/Common/QNVersion.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,4 @@
1111
/**
1212
* sdk 版本
1313
*/
14-
static const NSString *kQiniuVersion = @"7.2.1";
14+
static const NSString *kQiniuVersion = @"7.2.2";

QiniuSDK/Http/QNSessionManager.m

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,9 +68,9 @@ @interface QNSessionManager ()
6868
@property UInt32 timeout;
6969
@property (nonatomic, strong) QNUrlConvert converter;
7070
@property bool noProxy;
71-
@property (nonatomic,strong) NSDictionary *proxyDict;
71+
@property (nonatomic, strong) NSDictionary *proxyDict;
7272
@property (nonatomic) QNDnsManager *dns;
73-
@property (nonatomic,strong) NSOperationQueue *delegateQueue;
73+
@property (nonatomic, strong) NSOperationQueue *delegateQueue;
7474
@end
7575

7676
@implementation QNSessionManager

0 commit comments

Comments
 (0)