Skip to content

Commit 0f4341f

Browse files
committed
Merge pull request #39 from qiniu/url_conv
[ci skip] version update
2 parents 26316f7 + c5943a9 commit 0f4341f

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
#Changelog
22

3+
## 7.0.10 (2015-05-23)
4+
5+
### 增加
6+
* 灵活的上传设置
7+
* 上传之前 url convert
8+
39
## 7.0.9.1 (2015-03-17)
410

511
### 修正

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.0.9.1'
3+
s.version = '7.0.10'
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/Common/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 const NSString *kQiniuVersion = @"7.0.9.1";
14+
static const NSString *kQiniuVersion = @"7.0.10";

0 commit comments

Comments
 (0)