From f27dfd3db3432836b009c08d2d82e17c244b88b6 Mon Sep 17 00:00:00 2001 From: congchenga Date: Mon, 25 Nov 2024 08:00:28 +0000 Subject: [PATCH] =?UTF-8?q?update=20AppScope/app.json5.template.=201125?= =?UTF-8?q?=E4=BF=AE=E6=94=B9=E7=89=88=E6=9C=AC=E5=8F=B7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: congchenga --- AppScope/app.json5.template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/AppScope/app.json5.template b/AppScope/app.json5.template index cf048ac..33f5665 100755 --- a/AppScope/app.json5.template +++ b/AppScope/app.json5.template @@ -2,8 +2,8 @@ "app": { "bundleName": "{{ ohos_package_name }}", "vendor": "ohos", - "versionCode": 500005300, - "versionName": "5.0.0.53", + "versionCode": 500205300, + "versionName": "5.0.2.53", "icon": "$media:app_icon", "label": "$string:app_name", "distributedNotificationEnabled": true -- Gitee