Skip to content

Commit

Permalink
Merge pull request #332 from XiaopingSun/updateVersion7.3.5
Browse files Browse the repository at this point in the history
update version 7.3.5
  • Loading branch information
bachue authored May 29, 2020
2 parents 784db91 + 2777ec4 commit bf8c6b5
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
#Changelog

## 7.3.5 (2020-05-29)
## 增加
日志上报errorType新增prototol_error协议错误

## 7.3.4 (2020-05-20)
## 增加
QNResponse添加xClientId字段回调
Expand Down
2 changes: 1 addition & 1 deletion Qiniu.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'Qiniu'
s.version = '7.3.4'
s.version = '7.3.5'
s.summary = 'Qiniu Resource Storage SDK for iOS and Mac'
s.homepage = 'https://github.com/qiniu/objc-sdk'
s.social_media_url = 'http://weibo.com/qiniutek'
Expand Down
2 changes: 1 addition & 1 deletion QiniuSDK/Common/QNVersion.h
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@
/**
* sdk 版本
*/
static NSString *const kQiniuVersion = @"7.3.4";
static NSString *const kQiniuVersion = @"7.3.5";

0 comments on commit bf8c6b5

Please sign in to comment.