From aed4d5749ef4d6903f88c625ee3b22ab99afd0c6 Mon Sep 17 00:00:00 2001 From: xietingwei Date: Sat, 6 Sep 2025 07:12:30 +0000 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0version=E5=AD=97=E6=AE=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: xietingwei --- bundle.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bundle.json b/bundle.json index ecf7d1e2c7..466b0769c5 100644 --- a/bundle.json +++ b/bundle.json @@ -1,6 +1,6 @@ { "name": "@ohos/ets_runtime", - "version": "", + "version": "1.0.3", "description": "支持应用TS/JS语言代码的运行,行为符合ArkUI框架需要的Strict模式的ES2015标准", "homePage": "https://gitee.com/openharmony", "license": "Apache License 2.0", -- Gitee