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 451e962 commit 4d3dc96Copy full SHA for 4d3dc96
CHANGELOG.md
@@ -1,5 +1,10 @@
1
#Changelog
2
3
+## 7.0.18 (2016-05-10)
4
+
5
+### 修正
6
+* ipv6 支持
7
8
## 7.0.17 (2016-04-21)
9
10
### 修正
Qiniu.podspec
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'Qiniu'
- s.version = '7.0.17'
+ s.version = '7.0.18'
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 const NSString *kQiniuVersion = @"7.0.17";
+static const NSString *kQiniuVersion = @"7.0.18";
0 commit comments