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.
2 parents 26316f7 + c5943a9 commit 0f4341fCopy full SHA for 0f4341f
CHANGELOG.md
@@ -1,5 +1,11 @@
1
#Changelog
2
3
+## 7.0.10 (2015-05-23)
4
+
5
+### 增加
6
+* 灵活的上传设置
7
+* 上传之前 url convert
8
9
## 7.0.9.1 (2015-03-17)
10
11
### 修正
Qiniu.podspec
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'Qiniu'
- s.version = '7.0.9.1'
+ s.version = '7.0.10'
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.9.1";
+static const NSString *kQiniuVersion = @"7.0.10";
0 commit comments