Skip to content

Commit bda5ac7

Browse files
committed
change version info
1 parent da4af47 commit bda5ac7

File tree

4 files changed

+8
-3
lines changed

4 files changed

+8
-3
lines changed

CHANGELOG.md

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

3+
## 7.4.5 (2020-08-21)
4+
## 更新
5+
- 压缩上报的日志内容
6+
- 获取AutoZone信息接口升级至v4
7+
38
## 7.4.4 (2020-08-20)
49
## 修正
510
增加设备磁盘空间不足情况下写本地reporter文件NSHandle异常捕获

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.4.4'
3+
s.version = '7.4.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/Utils/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 NSString *const kQiniuVersion = @"7.4.4";
14+
static NSString *const kQiniuVersion = @"7.4.5";

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
通过 CocoaPods
1414

1515
```ruby
16-
pod "Qiniu", "~> 7.4.4"
16+
pod "Qiniu", "~> 7.4.5"
1717
```
1818

1919
## 运行环境

0 commit comments

Comments
 (0)