From 2f1042d67fa0a51c9638857f97cbe2089b6a0a4c Mon Sep 17 00:00:00 2001 From: Jakz Date: Fri, 3 May 2024 10:30:07 +0800 Subject: [PATCH] [mobile] bump version 1.0.63 --- apps/mobile/app.config.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/mobile/app.config.ts b/apps/mobile/app.config.ts index 9ec40b25d..f303e305d 100644 --- a/apps/mobile/app.config.ts +++ b/apps/mobile/app.config.ts @@ -50,7 +50,7 @@ export default ({ config }: ConfigContext): ExpoConfig => ({ orientation: 'portrait', icon: './assets/icon.png', userInterfaceStyle: 'automatic', - version: '1.0.62', + version: '1.0.63', updates: { fallbackToCacheTimeout: 0, },