Skip to content

Commit 78bb705

Browse files
committed
chore(release): 同步调整版本号
1 parent 9b5eb92 commit 78bb705

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -229,22 +229,22 @@ public User findFirstVIP2(List<User> userList) {
229229
本项目自 4.x 起拟采用 《约定式提交 1.0.0》来规范代码提交,详情参见:[https://www.conventionalcommits.org/zh-hans/v1.0.0/](https://www.conventionalcommits.org/zh-hans/v1.0.0/)
230230

231231
## 使用
232-
本工具类库已发布至 Maven 中央仓库,当前最新版本为:**4.1.0** ,你可以通过如下 Maven 依赖配置引入本库:
232+
本工具类库已发布至 Maven 中央仓库,当前最新版本为:**4.2.0** ,你可以通过如下 Maven 依赖配置引入本库:
233233

234234
```xml
235235
<dependency>
236236
<groupId>me.codeplayer</groupId>
237237
<artifactId>ready-x</artifactId>
238-
<version>4.1.0</version>
238+
<version>4.2.0</version>
239239
</dependency>
240240
```
241241

242-
**3.x** 分支最新版本为 **3.16.0** ,你可以通过如下 Maven 依赖配置引入本库:
242+
**3.x** 分支最新版本为 **3.17.0** ,你可以通过如下 Maven 依赖配置引入本库:
243243

244244
```xml
245245
<dependency>
246246
<groupId>me.codeplayer</groupId>
247247
<artifactId>ready-x</artifactId>
248-
<version>3.16.0</version>
248+
<version>3.17.0</version>
249249
</dependency>
250250
```

pom.xml

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

55
<groupId>me.codeplayer</groupId>
66
<artifactId>ready-x</artifactId>
7-
<version>4.1.0</version>
7+
<version>4.2.0</version>
88
<packaging>jar</packaging>
99

1010
<name>ready-x</name>

0 commit comments

Comments
 (0)