From 858d57ae388d53be5317c89caf447d3f2d58a1d4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BE=90=E5=8B=A4=E6=B0=91?= Date: Thu, 12 Dec 2024 11:07:59 +0800 Subject: [PATCH] =?UTF-8?q?build(basic):=20=E6=9B=B4=E6=96=B0=E5=9F=BA?= =?UTF-8?q?=E7=A1=80=E5=BA=93=E7=89=88=E6=9C=AC=E8=87=B3=201.0.6-=20?= =?UTF-8?q?=E5=9C=A8=20BuildProfile.ets=20=E4=B8=AD=E5=B0=86=20HAR=5FVERSI?= =?UTF-8?q?ON=20=E4=BB=8E=201.0.5=20=E4=BF=AE=E6=94=B9=E4=B8=BA=201.0.6=20?= =?UTF-8?q?-=20=E6=9B=B4=E6=96=B0=20app=20=E5=92=8C=20sdk=5Fywx=20?= =?UTF-8?q?=E7=9B=AE=E5=BD=95=E4=B8=8B=E7=9A=84=20oh-package-lock.json5=20?= =?UTF-8?q?=E6=96=87=E4=BB=B6=20-=E8=B0=83=E6=95=B4=20sdk=5Fywx/oh-package?= =?UTF-8?q?.json5=20=E4=B8=AD=E7=9A=84=E4=BE=9D=E8=B5=96=E9=A1=B9=E7=89=88?= =?UTF-8?q?=E6=9C=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- BuildProfile.ets | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BuildProfile.ets b/BuildProfile.ets index 155b7b3..c4eaa9c 100644 --- a/BuildProfile.ets +++ b/BuildProfile.ets @@ -1,7 +1,7 @@ /** * Use these variables when you tailor your ArkTS code. They must be of the const type. */ -export const HAR_VERSION = '1.0.5'; +export const HAR_VERSION = '1.0.6'; export const BUILD_MODE_NAME = 'release'; export const DEBUG = false; export const TARGET_NAME = 'default';