From 19346aa6ef99e42dea45114f5c95b326fb3dc5d7 Mon Sep 17 00:00:00 2001 From: lanhaoyu Date: Mon, 21 Apr 2025 14:33:27 +0800 Subject: [PATCH] fix_version Signed-off-by: lanhaoyu --- bundle.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bundle.json b/bundle.json index a29906c..e7f4763 100644 --- a/bundle.json +++ b/bundle.json @@ -1,6 +1,6 @@ { "name": "@ohos/zlib", - "description": "zlib 1.2.13 is a general purpose data compression library. All the code is thread safe. The data format used by the zlib library is described by RFCs (Request for Comments) 1950 to 1952 in the files", + "description": "zlib 1.3.1 is a general purpose data compression library. All the code is thread safe. The data format used by the zlib library is described by RFCs (Request for Comments) 1950 to 1952 in the files", "version": "3.1", "license": "Zlib LICENSE", "publishAs": "code-segment", -- Gitee