Skip to content

Commit 2fb1dd8

Browse files
committed
change version to 8.1.1
1 parent 8f93c95 commit 2fb1dd8

File tree

4 files changed

+7
-3
lines changed

4 files changed

+7
-3
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
11
#Changelog
2+
## 8.1.1(2021-01-06)
3+
## 优化
4+
- 优化日志统计
5+
26
## 8.1.0(2020-12-29)
37
## 增加
48
- 支持分片V2

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

README.md

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

1616
```ruby
17-
pod "Qiniu", "~> 8.1.0"
17+
pod "Qiniu", "~> 8.1.1"
1818
```
1919

2020
## 运行环境

0 commit comments

Comments
 (0)