From 6547b050dc9ca1819646fbb24fb1b17360305796 Mon Sep 17 00:00:00 2001 From: luoweibin Date: Fri, 12 Sep 2025 15:16:45 +0800 Subject: [PATCH] =?UTF-8?q?=E8=A1=A5=E5=85=85version=E5=AD=97=E6=AE=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Issue: https://gitee.com/openharmony/arkcompiler_ets_runtime/issues/ICXOB9?from=project-issue Signed-off-by: luoweibin --- bundle.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bundle.json b/bundle.json index ecf7d1e2c7..87f5d6d410 100644 --- a/bundle.json +++ b/bundle.json @@ -1,6 +1,6 @@ { "name": "@ohos/ets_runtime", - "version": "", + "version": "1.1.0", "description": "支持应用TS/JS语言代码的运行,行为符合ArkUI框架需要的Strict模式的ES2015标准", "homePage": "https://gitee.com/openharmony", "license": "Apache License 2.0", -- Gitee