Skip to content

Commit

Permalink
Merge pull request #81 from YangSen-qn/master
Browse files Browse the repository at this point in the history
Change doc
  • Loading branch information
bachue authored Jun 19, 2023
2 parents 85e3066 + 631a376 commit 7c328a4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
7 changes: 3 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,11 @@
#Changelog
# Changelog
## 1.0.3 (2023-06-16)
* 调整 内部使用 114.114.114.114 替换 8.8.8.8
### 调整
* 内部使用 114.114.114.114 替换 8.8.8.8

#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
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.2")
.package(url: "https://github.com/qiniu/happy-dns-objc", from: "1.0.3")
],
// ...
)
Expand Down

0 comments on commit 7c328a4

Please sign in to comment.