Skip to content

Commit

Permalink
change version
Browse files Browse the repository at this point in the history
  • Loading branch information
YangSen-qn committed Jun 1, 2022
1 parent 1b0ca6b commit 8a60ef5
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,13 @@
#Changelog
## 1.0.2 (2022-06-02)
* 优化 udp dns reslover 的线程队列使用


## 1.0.1 (2021-11-25)
* 支持 Swift Package Manager
* Dnspod 默认 server ip 切至 119.29.29.98

## 1.0.0 (2021-09-02)

* 新增 dns udp 解析 api
* 新增 doh 解析 api
* 调整 QNRecord api
Expand Down
2 changes: 1 addition & 1 deletion HappyDNS.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'HappyDNS'
s.version = '1.0.1'
s.version = '1.0.2'
s.summary = 'DNS library for iOS and Mac'
s.homepage = 'https://github.com/qiniu/happy-dns-objc'
s.social_media_url = 'http://weibo.com/qiniutek'
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ File -> Swift Packages -> Add Package Dependency,输入 HappyDNS 库链接,
库对接:
let package = Package(
dependencies: [
.package(url: "https://github.com/qiniu/happy-dns-objc", from: "1.0.1")
.package(url: "https://github.com/qiniu/happy-dns-objc", from: "1.0.2")
],
// ...
)
Expand Down

0 comments on commit 8a60ef5

Please sign in to comment.