|
9 | 9 | <a href="https://www.apache.org/licenses/LICENSE-2.0.html"><img src="https://img.shields.io/github/license/alibaba/java-dns-cache-manipulator?color=4D7A97&logo=apache" alt="License"></a>
|
10 | 10 | <a href="https://search.maven.org/artifact/com.alibaba/dns-cache-manipulator"><img src="https://img.shields.io/maven-central/v/com.alibaba/dns-cache-manipulator?color=2d545e&logo=apache-maven&logoColor=white" alt="Maven Central"></a>
|
11 | 11 | <a href="https://github.com/alibaba/java-dns-cache-manipulator/releases"><img src="https://img.shields.io/github/release/alibaba/java-dns-cache-manipulator.svg" alt="GitHub release"></a>
|
12 |
| -<a href="https://alibaba.github.io/java-dns-cache-manipulator/apidocs/"><img src="https://img.shields.io/github/release/alibaba/java-dns-cache-manipulator?label=javadoc&color=339933&logo=microsoft-academic&logoColor=white" alt="Javadocs"></a> |
| 12 | +<a href="https://alibaba.github.io/java-dns-cache-manipulator/apidocs/"><img src="https://img.shields.io/github/release/alibaba/java-dns-cache-manipulator?label=javadoc&color=339933&logo=read-the-docs&logoColor=white" alt="Javadocs"></a> |
13 | 13 | <a href="https://github.com/alibaba/java-dns-cache-manipulator/stargazers"><img src="https://img.shields.io/github/stars/alibaba/java-dns-cache-manipulator?style=flat" alt="GitHub Stars"></a>
|
14 | 14 | <a href="https://github.com/alibaba/java-dns-cache-manipulator/fork"><img src="https://img.shields.io/github/forks/alibaba/java-dns-cache-manipulator?style=flat" alt="GitHub Forks"></a>
|
15 | 15 | <a href="https://github.com/alibaba/java-dns-cache-manipulator/issues"><img src="https://img.shields.io/github/issues/alibaba/java-dns-cache-manipulator" alt="GitHub issues"></a>
|
16 | 16 | <a href="https://github.com/alibaba/java-dns-cache-manipulator/network/dependents"><img src="https://badgen.net/github/dependents-repo/alibaba/java-dns-cache-manipulator?label=user%20repos" alt="user repos"></a>
|
17 | 17 | <a href="https://github.com/alibaba/java-dns-cache-manipulator/graphs/contributors"><img src="https://img.shields.io/github/contributors/alibaba/java-dns-cache-manipulator" alt="GitHub Contributors"></a>
|
18 | 18 | <a href="https://github.com/alibaba/java-dns-cache-manipulator"><img src="https://img.shields.io/github/repo-size/alibaba/java-dns-cache-manipulator" alt="GitHub repo size"></a>
|
19 | 19 | <a href="https://gitpod.io/#https://github.com/alibaba/java-dns-cache-manipulator"><img src="https://img.shields.io/badge/Gitpod-ready to code-339933?label=gitpod&logo=gitpod&logoColor=white" alt="gitpod: Ready to Code"></a>
|
20 |
| -<a href="https://github.com/alibaba/java-dns-cache-manipulator/releases/download/v1.8.2/dcm-1.8.2.tar.gz"><img src="https://img.shields.io/github/downloads/alibaba/java-dns-cache-manipulator/v1.8.2/dcm-1.8.2.tar.gz.svg?logoColor=white&logo=DocuSign" alt="GitHub release download - dcm.tar.gz)"></a> |
| 20 | +<a href="https://github.com/alibaba/java-dns-cache-manipulator/releases/download/v1.8.2/dcm-1.8.3.tar.gz"><img src="https://img.shields.io/github/downloads/alibaba/java-dns-cache-manipulator/v1.8.2/dcm-1.8.3.tar.gz.svg?logoColor=white&logo=DocuSign" alt="GitHub release download - dcm.tar.gz)"></a> |
21 | 21 | </p>
|
22 | 22 |
|
23 | 23 | 📖 English Documentation | 📖 [中文文档](docs/zh-CN/README.md)
|
@@ -306,7 +306,7 @@ Java API document: <http://alibaba.github.io/java-dns-cache-manipulator/apidocs>
|
306 | 306 | <dependency>
|
307 | 307 | <groupId>com.alibaba</groupId>
|
308 | 308 | <artifactId>dns-cache-manipulator</artifactId>
|
309 |
| - <version>1.8.2</version> |
| 309 | + <version>1.8.3</version> |
310 | 310 | </dependency>
|
311 | 311 | ```
|
312 | 312 |
|
@@ -341,7 +341,7 @@ You can view the latest version at [search.maven.org](https://search.maven.org/a
|
341 | 341 |
|
342 | 342 | ### Download
|
343 | 343 |
|
344 |
| -[](https://github.com/alibaba/java-dns-cache-manipulator/releases/download/v1.8.2/dcm-1.8.2.tar.gz) download the file `dcm-x.y.z.tar.gz`. |
| 344 | +[](https://github.com/alibaba/java-dns-cache-manipulator/releases/download/v1.8.2/dcm-1.8.3.tar.gz) download the file `dcm-x.y.z.tar.gz`. |
345 | 345 |
|
346 | 346 | After decompression, run `dcm` in the `bin` directory.
|
347 | 347 |
|
|
0 commit comments