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';