diff --git a/apps/mobile/app.config.ts b/apps/mobile/app.config.ts index 5282591d3..513110468 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.60', + version: '1.0.61', updates: { fallbackToCacheTimeout: 0, },