From 4586db9cb9872dbd9937ae449bb899445cb1822d Mon Sep 17 00:00:00 2001 From: yanyilin Date: Wed, 23 Apr 2025 16:09:31 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E7=89=88=E6=9C=AC=E5=8F=B7?= =?UTF-8?q?=E4=B8=BA1.9.2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit (cherry picked from commit 4225848e1ec8f1ce04346b085c78cce9f403ec4b) --- manifest.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/manifest.json b/manifest.json index bdb382a3..beaf3dbd 100644 --- a/manifest.json +++ b/manifest.json @@ -2,8 +2,8 @@ "name": "Hello uni-app x", "appid": "__UNI__HelloUniAppX", "description": "", - "versionName": "1.9.1", - "versionCode": 10901, + "versionName": "1.9.2", + "versionCode": 10902, "uni-app-x": {}, "vueVersion": "3", /* 微信小程序平台配置 */ -- GitLab