From 031e4823b94463a729ed61c3e7915e4b90be1697 Mon Sep 17 00:00:00 2001 From: deepfal <99833017@qq.com> Date: Thu, 14 Aug 2025 14:53:18 +0800 Subject: [PATCH] =?UTF-8?q?build:=20=E6=9B=B4=E6=96=B0=E7=89=88=E6=9C=AC?= =?UTF-8?q?=E5=8F=B7=E8=87=B3=201.0.1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 在 manifest.json 文件中将 versionName 从 1.0.0 修改为 1.0.1 - 此更新统一了各个平台的版本号,确保版本一致性 --- src/manifest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/manifest.json b/src/manifest.json index 7991ded..2c08e08 100644 --- a/src/manifest.json +++ b/src/manifest.json @@ -1,7 +1,7 @@ { "package": "com.deepfal.totp.authenticator", "name": "TOTP", - "versionName": "1.0.0", + "versionName": "1.0.1", "versionCode": 1, "minPlatformVersion": 1000, "icon": "/common/logo.png",