From d116bfbc6d2f739015473e8630d9f91805e23048 Mon Sep 17 00:00:00 2001 From: robin Date: Sat, 6 Apr 2024 10:03:35 -0400 Subject: [PATCH] [mobile] bump version 1.0.56 (#2411) --- 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 265b2a2f07..d86a691e21 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.55', + version: '1.0.56', updates: { fallbackToCacheTimeout: 0, },