Skip to content

Commit 1dd5dbb

Browse files
authored
Merge pull request #286 from longbai/travis
7.2.5
2 parents 23cab9a + ea77f32 commit 1dd5dbb

File tree

5 files changed

+8
-3
lines changed

5 files changed

+8
-3
lines changed

.Podfile.swo

-12 KB
Binary file not shown.

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ DerivedData
2020
*.ipa
2121
*.xcuserstate
2222
*.xccoverage.plist
23-
23+
QiniuSDK.xcworkspace/xcshareddata/
2424
# Subversion
2525
.svn
2626

@@ -35,3 +35,4 @@ DerivedData
3535
#
3636
Pods/
3737
Podfile.lock
38+
.Podfile.swo

CHANGELOG.md

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

3+
## 7.2.5 (2018-08-16)
4+
## 修正
5+
* Form上传配置filename
6+
37
## 7.2.4 (2018-05-11)
48
## 增加
59
* 新上传节点

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.2.4'
3+
s.version = '7.2.5'
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.2.4";
14+
static const NSString *kQiniuVersion = @"7.2.5";

0 commit comments

Comments
 (0)