From af7c1a3a51aa8a863467203b1a9e456cd7138ebd Mon Sep 17 00:00:00 2001 From: liushuang Date: Sat, 16 Aug 2025 12:17:08 +0800 Subject: [PATCH] =?UTF-8?q?build:=20=E6=9B=B4=E6=96=B0=20feishu-table-help?= =?UTF-8?q?er=20=E7=89=88=E6=9C=AC=E8=87=B3=200.0.2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 在 Maven 依赖中将 feishu-table-helper 版本从 0.0.1 升级到 0.0.2 - 在 Gradle依赖中将 feishu-table-helper 版本从 0.0.1 升级到 0.0.2 --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index dec975a..2f642f7 100644 --- a/README.md +++ b/README.md @@ -22,14 +22,14 @@ feishu-table-helper 是一个简化飞书表格操作的 Java 库。通过使用 cn.isliu feishu-table-helper - 0.0.1 + 0.0.2 ``` ### Gradle ```gradle -implementation 'cn.isliu:feishu-table-helper:0.0.1' +implementation 'cn.isliu:feishu-table-helper:0.0.2' ``` ## 快速开始