build: 更新版本号至 1.0.1

- 在 manifest.json 文件中将 versionName 从 1.0.0 修改为 1.0.1
- 此更新统一了各个平台的版本号,确保版本一致性
This commit is contained in:
deepfal 2025-08-14 14:53:18 +08:00
parent 17d5662453
commit 031e4823b9

View File

@ -1,7 +1,7 @@
{ {
"package": "com.deepfal.totp.authenticator", "package": "com.deepfal.totp.authenticator",
"name": "TOTP", "name": "TOTP",
"versionName": "1.0.0", "versionName": "1.0.1",
"versionCode": 1, "versionCode": 1,
"minPlatformVersion": 1000, "minPlatformVersion": 1000,
"icon": "/common/logo.png", "icon": "/common/logo.png",