Skip to content

Commit 56de508

Browse files
committed
change version info
1 parent bbae32b commit 56de508

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.4.3 (2020-07-27)
4+
## 优化
5+
优化Dns预取的缓存方案
6+
37
## 7.4.2 (2020-07-15)
48
## 修正
59
修改版本依赖:HappyDns -> 0.3.17

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.4.2'
3+
s.version = '7.4.3'
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/Utils/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.4.2";
14+
static NSString *const kQiniuVersion = @"7.4.3";

0 commit comments

Comments
 (0)