Skip to content

Commit

Permalink
version to 8.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
YangSen-qn committed Nov 23, 2023
1 parent 9c54854 commit e77a14a
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 4 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.7.1(2023-11-23)
- 查询区域的主备域名增加 uc.qiniuapi.com

## 8.7.0(2023-10-23)
- iOS 最低版本调整至 iOS9
- QNFixedZone 新增通过 RegionID 构造实例的方法
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.7.0'
s.version = '8.7.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.7.0";
static NSString *const kQiniuVersion = @"8.7.1";
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
通过 CocoaPods

```ruby
pod "Qiniu", "~> 8.7.0"
pod "Qiniu", "~> 8.7.1"
```

通过 Swift Package Manager (Xcode 11+)
Expand All @@ -26,7 +26,7 @@ File -> Swift Packages -> Add Package Dependency,输入库链接,选择相
库对接:
let package = Package(
dependencies: [
.package(url: "https://github.com/qiniu/objc-sdk", from: "8.7.0")
.package(url: "https://github.com/qiniu/objc-sdk", from: "8.7.1")
],
// ...
)
Expand Down

0 comments on commit e77a14a

Please sign in to comment.