Skip to content

Commit

Permalink
change version info
Browse files Browse the repository at this point in the history
  • Loading branch information
YangSen-qn committed Jul 15, 2020
1 parent cad25ec commit 710a6a8
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
#Changelog

## 7.4.2 (2020-07-15)
## 修正
修改版本依赖:HappyDns -> 0.3.17
处理部分警告

## 7.4.1 (2020-06-29)
## 修正
处理内存泄漏
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 = '7.4.1'
s.version = '7.4.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 = @"7.4.1";
static NSString *const kQiniuVersion = @"7.4.2";
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
通过 CocoaPods

```ruby
pod "Qiniu", "~> 7.4.1"
pod "Qiniu", "~> 7.4.2"
```

## 运行环境
Expand Down

0 comments on commit 710a6a8

Please sign in to comment.