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": "新版本更新"