Skip to content

Commit bf8c6b5

Browse files
authored
Merge pull request #332 from XiaopingSun/updateVersion7.3.5
update version 7.3.5
2 parents 784db91 + 2777ec4 commit bf8c6b5

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
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.3.5 (2020-05-29)
4+
## 增加
5+
日志上报errorType新增prototol_error协议错误
6+
37
## 7.3.4 (2020-05-20)
48
## 增加
59
QNResponse添加xClientId字段回调

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.3.4'
3+
s.version = '7.3.5'
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 NSString *const kQiniuVersion = @"7.3.4";
14+
static NSString *const kQiniuVersion = @"7.3.5";

0 commit comments

Comments
 (0)