build: 更新 feishu-table-helper 版本至 0.0.2

- 在 Maven 依赖中将 feishu-table-helper 版本从 0.0.1 升级到 0.0.2
- 在 Gradle依赖中将 feishu-table-helper 版本从 0.0.1 升级到 0.0.2
This commit is contained in:
liushuang 2025-08-16 12:17:08 +08:00
parent c5e1dfcec7
commit af7c1a3a51

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