From 52fc43f06e589a687a96250a44ede0e05a67acb0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=B0=A2=E5=87=AF=E6=98=8E?= Date: Mon, 8 Apr 2024 07:01:11 +0000 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0bundle.json=20version?= =?UTF-8?q?=E7=89=88=E6=9C=AC=E4=B8=BA=E5=AD=97=E7=AC=A6=E4=B8=B2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 谢凯明 --- bundle.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bundle.json b/bundle.json index f6e4c89..0de426b 100644 --- a/bundle.json +++ b/bundle.json @@ -1,7 +1,7 @@ { "name": "@ohos/config_policy", "description": "The customization framework, namely, cust, provides APIs for each service module to obtain the configuration directories at different levels or the configuration file paths.", - "version": 3.2, + "version": "3.2", "license": "Apache License 2.0", "publishAs": "code-segment", "segment": { -- Gitee