Skip to content

Commit b097fce

Browse files
committed
build: upgrade version to 1.7.3
1 parent 8674a0d commit b097fce

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ Proxyee is a JAVA written HTTP proxy server library that supports HTTP, HTTPS, W
2525
<dependency>
2626
<groupId>com.github.monkeywie</groupId>
2727
<artifactId>proxyee</artifactId>
28-
<version>1.7.2</version>
28+
<version>1.7.3</version>
2929
</dependency>
3030
```
3131

README_zh-CN.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ Proxyee 是一个 JAVA 编写的 HTTP 代理服务器类库,支持 HTTP、HTTP
2525
<dependency>
2626
<groupId>com.github.monkeywie</groupId>
2727
<artifactId>proxyee</artifactId>
28-
<version>1.7.2</version>
28+
<version>1.7.3</version>
2929
</dependency>
3030
```
3131

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
<groupId>com.github.monkeywie</groupId>
77
<artifactId>proxyee</artifactId>
8-
<version>1.7.2</version>
8+
<version>1.7.3</version>
99

1010
<packaging>jar</packaging>
1111

0 commit comments

Comments
 (0)