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 b6a39a1 commit 7f0abefCopy full SHA for 7f0abef
CHANGELOG.md
@@ -1,6 +1,11 @@
1
#Changelog
2
3
-## 7.0.13 (2015-11-08)
+## 7.0.15 (2015-11-10)
4
+
5
+### 修正
6
+* 更改Reachbility的名字,避免和用户自定义的冲突
7
8
+## 7.0.14 (2015-11-08)
9
10
### 增加
11
* 上传性能统计
Qiniu.podspec
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'Qiniu'
- s.version = '7.0.14'
+ s.version = '7.0.15'
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 @@
/**
12
* sdk 版本
13
*/
14
-static const NSString *kQiniuVersion = @"7.0.14";
+static const NSString *kQiniuVersion = @"7.0.15";
0 commit comments