From 13823332a6d3d90eb5e3c0281152343f39130ece Mon Sep 17 00:00:00 2001 From: Robinnnnn Date: Wed, 1 May 2024 12:38:12 -0700 Subject: [PATCH] [mobile] bump version 1.0.62 --- 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 513110468..9ec40b25d 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.61', + version: '1.0.62', updates: { fallbackToCacheTimeout: 0, },