From cefe091d667f3de5dd841b4b00fcc46fe68599a6 Mon Sep 17 00:00:00 2001 From: rustdreamer Date: Mon, 8 Apr 2024 22:26:16 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0=201.3.0?= 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 c251d4a..e6ddad3 100644 --- a/src/app.controller.ts +++ b/src/app.controller.ts @@ -818,7 +818,7 @@ export class AppController { @Req() req: any, ): Promise { return { - "versionName": "1.2.0", + "versionName": "1.3.0", "apkUrl": `http://${process.env.LOCAL_IP}/app.apk`, "forceUpdate": false, "whatsNew": "新版本更新"