We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 784db91 + 2777ec4 commit bf8c6b5Copy full SHA for bf8c6b5
CHANGELOG.md
@@ -1,5 +1,9 @@
1
#Changelog
2
3
+## 7.3.5 (2020-05-29)
4
+## 增加
5
+日志上报errorType新增prototol_error协议错误
6
+
7
## 7.3.4 (2020-05-20)
8
## 增加
9
QNResponse添加xClientId字段回调
Qiniu.podspec
@@ -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'
QiniuSDK/Common/QNVersion.h
@@ -11,4 +11,4 @@
11
/**
12
* sdk 版本
13
*/
14
-static NSString *const kQiniuVersion = @"7.3.4";
+static NSString *const kQiniuVersion = @"7.3.5";
0 commit comments