Skip to content

Commit 5e461d0

Browse files
committed
docs(readme): 更新 Maven 依赖版本信息
- 将主分支最新版本从 4.2.0 更新为 4.3.0 - 将3.x分支最新版本从 3.17.0 更新为 3.18.0
1 parent dcc13a5 commit 5e461d0

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

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.2.0** ,你可以通过如下 Maven 依赖配置引入本库:
232+
本工具类库已发布至 Maven 中央仓库,当前最新版本为:**4.3.0** ,你可以通过如下 Maven 依赖配置引入本库:
233233

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

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

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

0 commit comments

Comments
 (0)