diff --git a/BuildProfile.ets b/BuildProfile.ets index b64c9ce..e11789b 100644 --- a/BuildProfile.ets +++ b/BuildProfile.ets @@ -1,9 +1,9 @@ /** * Use these variables when you tailor your ArkTS code. They must be of the const type. */ -export const HAR_VERSION = '1.0.3'; -export const BUILD_MODE_NAME = 'debug'; -export const DEBUG = true; +export const HAR_VERSION = '1.0.1'; +export const BUILD_MODE_NAME = 'release'; +export const DEBUG = false; export const TARGET_NAME = 'default'; /** diff --git a/oh-package.json5 b/oh-package.json5 index 4f5fa5a..4f352ba 100644 --- a/oh-package.json5 +++ b/oh-package.json5 @@ -1,6 +1,6 @@ { "name": "@szyx/sdk_base", - "version": "1.0.3", + "version": "1.0.1", "description": "数字医信公司,鸿蒙app开发基础工具。", "main": "Index.ets", "author": "szyx",