diff --git a/BuildProfile.ets b/BuildProfile.ets index dd6e96c..b64c9ce 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.1'; +export const HAR_VERSION = '1.0.3'; export const BUILD_MODE_NAME = 'debug'; export const DEBUG = true; export const TARGET_NAME = 'default'; diff --git a/oh-package.json5 b/oh-package.json5 index 1e7e6e5..4f5fa5a 100644 --- a/oh-package.json5 +++ b/oh-package.json5 @@ -1,9 +1,9 @@ { "name": "@szyx/sdk_base", - "version": "1.0.1", + "version": "1.0.3", "description": "数字医信公司,鸿蒙app开发基础工具。", "main": "Index.ets", - "author": "xuqm", + "author": "szyx", "license": "Apache-2.0", "repository": "", "dependencies": {}