From caee2dab2ff6a35b04a9d1bde2b865be0102fcab Mon Sep 17 00:00:00 2001 From: Robinnnnn Date: Mon, 8 Apr 2024 20:27:43 -0400 Subject: [PATCH] [mobile] bump version 1.0.57 --- 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 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, },