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.
1 parent bbae32b commit 56de508Copy full SHA for 56de508
CHANGELOG.md
@@ -1,5 +1,9 @@
1
#Changelog
2
3
+## 7.4.3 (2020-07-27)
4
+## 优化
5
+优化Dns预取的缓存方案
6
+
7
## 7.4.2 (2020-07-15)
8
## 修正
9
修改版本依赖:HappyDns -> 0.3.17
Qiniu.podspec
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'Qiniu'
- s.version = '7.4.2'
+ s.version = '7.4.3'
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/Utils/QNVersion.h
@@ -11,4 +11,4 @@
11
/**
12
* sdk 版本
13
*/
14
-static NSString *const kQiniuVersion = @"7.4.2";
+static NSString *const kQiniuVersion = @"7.4.3";
0 commit comments