Skip to content

Commit 8c79a72

Browse files
authored
Merge pull request #314 from XiaopingSun/versionUpdate
version update 7.3.1
2 parents 100a83a + fa11569 commit 8c79a72

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

CHANGELOG.md

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

3+
## 7.3.1 (2019-12-31)
4+
## 改变
5+
* v2 prequery 升级到 v3,支持跨区域双活切换
6+
* 修改上传域名重试逻辑
7+
38
## 7.3.0 (2019-11-18)
49
## 增加
510
* 并发分片上传

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

0 commit comments

Comments
 (0)