From 81b538e43e32c1541ee58e234f7996d2470febef Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BE=90=E5=8B=A4=E6=B0=91?= Date: Wed, 4 Sep 2024 10:53:39 +0800 Subject: [PATCH] =?UTF-8?q?=E5=BC=B9=E5=87=BApin=E7=A0=81=E8=BE=93?= =?UTF-8?q?=E5=85=A5=E6=A1=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- BuildProfile.ets | 2 +- oh-package.json5 | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) 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": {}