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