From e5aaea0a5ba62549112413128ac54b9b42155090 Mon Sep 17 00:00:00 2001 From: rustdreamer Date: Tue, 9 Apr 2024 00:14:11 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E7=89=88=E6=9C=AC=E5=8F=B7?= =?UTF-8?q?=E4=B8=BA1.3.1?= 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 e6ddad3..7d82ef7 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.3.0", + "versionName": "1.3.1", "apkUrl": `http://${process.env.LOCAL_IP}/app.apk`, "forceUpdate": false, "whatsNew": "新版本更新"