From e1b1d5cd01063e32a8af939a6a67b156bd1e8826 Mon Sep 17 00:00:00 2001 From: liushuang Date: Tue, 14 Oct 2025 15:55:25 +0800 Subject: [PATCH] =?UTF-8?q?docs(readme):=20=E6=9B=B4=E6=96=B0=E4=BE=9D?= =?UTF-8?q?=E8=B5=96=E7=89=88=E6=9C=AC=E8=87=B30.0.5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 将Maven依赖版本从0.0.4更新到0.0.5 - 将Gradle依赖版本从0.0.4更新到0.0.5 --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 7248b49..bbd87ba 100644 --- a/README.md +++ b/README.md @@ -22,14 +22,14 @@ feishu-table-helper 是一个简化飞书表格操作的 Java 库。通过使用 cn.isliu feishu-table-helper - 0.0.4 + 0.0.5 ``` ### Gradle ```gradle -implementation 'cn.isliu:feishu-table-helper:0.0.4' +implementation 'cn.isliu:feishu-table-helper:0.0.5' ``` ## 快速开始