diff --git a/apps/mobile/app.config.ts b/apps/mobile/app.config.ts index 41178ed41f..2a79ad3084 100644 --- a/apps/mobile/app.config.ts +++ b/apps/mobile/app.config.ts @@ -49,7 +49,7 @@ export default ({ config }: ConfigContext): ExpoConfig => ({ orientation: 'portrait', icon: './assets/icon.png', userInterfaceStyle: 'automatic', - version: '1.0.49', + version: '1.0.50', updates: { fallbackToCacheTimeout: 0, },