Skip to content

Commit

Permalink
version to v8.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
YangSen-qn committed Oct 25, 2024
1 parent b8ed527 commit e8c58e9
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 3 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
#Changelog
## 8.8.1(2024-10-25)
- 处理 iOS 18 PHAssetResource 信息 fetch 失败而导致异常问题

## 8.8.0(2024-06-24)
- 上传支持加速域名
- 查询区域移除备用域名:api.qiniu.com
Expand Down
2 changes: 1 addition & 1 deletion Qiniu.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'Qiniu'
s.version = '8.8.0'
s.version = '8.8.1'
s.summary = 'Qiniu Resource Storage SDK for iOS and Mac'
s.homepage = 'https://github.com/qiniu/objc-sdk'
s.social_media_url = 'http://weibo.com/qiniutek'
Expand Down
2 changes: 1 addition & 1 deletion QiniuSDK/Utils/QNVersion.h
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@
/**
* sdk 版本
*/
static NSString *const kQiniuVersion = @"8.8.0";
static NSString *const kQiniuVersion = @"8.8.1";
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
通过 CocoaPods

```ruby
pod "Qiniu", "~> 8.8.0"
pod "Qiniu", "~> 8.8.1"
```

通过 Swift Package Manager (Xcode 11+)
Expand Down

0 comments on commit e8c58e9

Please sign in to comment.