Skip to content

Commit

Permalink
Merge pull request #427 from YangSen-qn/master
Browse files Browse the repository at this point in the history
version to v8.5.2
  • Loading branch information
bachue authored Mar 30, 2023
2 parents 7c2c717 + a77aa86 commit ccd2d72
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.5.2 (2022-12-28)
- 处理 Server 配置同步并发问题

## 8.5.1 (2022-12-28)
- 优化 Server 配置获取逻辑

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.5.1'
s.version = '8.5.2'
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.5.1";
static NSString *const kQiniuVersion = @"8.5.2";
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.5.1"
pod "Qiniu", "~> 8.5.2"
```

通过 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.5.1")
.package(url: "https://github.com/qiniu/objc-sdk", from: "8.5.2")
],
// ...
)
Expand Down

0 comments on commit ccd2d72

Please sign in to comment.