Skip to content

Commit 3c8f719

Browse files
committed
change version info
1 parent d3f473e commit 3c8f719

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

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

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", "~> 8.0.0"
16+
pod "Qiniu", "~> 8.0.1"
1717
```
1818

1919
## 运行环境

0 commit comments

Comments
 (0)