docs(readme): 更新飞书表格助手依赖版本至0.0.4

更新 README.md 文件中的 Maven 和 Gradle依赖版本号,
将 feishu-table-helper 的版本从 0.0.3 升级到 0.0.4。
```
This commit is contained in:
liushuang 2025-09-27 23:32:58 +08:00
parent 891b019ae3
commit 6d9908bfbb

@ -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.3</version> <version>0.0.4</version>
</dependency> </dependency>
``` ```
### Gradle ### Gradle
```gradle ```gradle
implementation 'cn.isliu:feishu-table-helper:0.0.3' implementation 'cn.isliu:feishu-table-helper:0.0.4'
``` ```
## 快速开始 ## 快速开始