diff --git a/apps/mobile/app.config.ts b/apps/mobile/app.config.ts index 6c5e36afb0..a5ccd1737d 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.57', + version: '1.0.58', updates: { fallbackToCacheTimeout: 0, },