From b08b601bcaf9c2ba0e774abda225dc9bd910cbfd Mon Sep 17 00:00:00 2001 From: rustdreamer Date: Mon, 26 Feb 2024 15:07:20 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=89=93=E5=8C=85?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/app.controller.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app.controller.ts b/src/app.controller.ts index 4febafc..f455539 100644 --- a/src/app.controller.ts +++ b/src/app.controller.ts @@ -591,7 +591,7 @@ export class AppController { @Req() req: any, ): Promise { return { - "versionName":"1.1.3", + "versionName":"1.1.5", "apkUrl":`http://${process.env.LOCAL_IP}/app.apk`, "forceUpdate": false, "whatsNew": "新版本更新"