docs(readme): 更新依赖版本至0.0.5

- 将Maven依赖版本从0.0.4更新到0.0.5
- 将Gradle依赖版本从0.0.4更新到0.0.5
This commit is contained in:
liushuang 2025-10-14 15:55:25 +08:00
parent 59fe126864
commit e1b1d5cd01

@ -22,14 +22,14 @@ feishu-table-helper 是一个简化飞书表格操作的 Java 库。通过使用
<dependency> <dependency>
<groupId>cn.isliu</groupId> <groupId>cn.isliu</groupId>
<artifactId>feishu-table-helper</artifactId> <artifactId>feishu-table-helper</artifactId>
<version>0.0.4</version> <version>0.0.5</version>
</dependency> </dependency>
``` ```
### Gradle ### Gradle
```gradle ```gradle
implementation 'cn.isliu:feishu-table-helper:0.0.4' implementation 'cn.isliu:feishu-table-helper:0.0.5'
``` ```
## 快速开始 ## 快速开始