From b2d6351e2a030e99b620a8f265ad4d9a2c4e4e33 Mon Sep 17 00:00:00 2001 From: rustdreamer Date: Mon, 26 Feb 2024 15:01:38 +0800 Subject: [PATCH] =?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 --- 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 462a2ba..4febafc 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.2", + "versionName":"1.1.3", "apkUrl":`http://${process.env.LOCAL_IP}/app.apk`, "forceUpdate": false, "whatsNew": "新版本更新"