From 8f4b98572583caf94bc5fb78abb3a5b90388cd07 Mon Sep 17 00:00:00 2001 From: robin Date: Fri, 19 Apr 2024 18:19:43 -0400 Subject: [PATCH] [mobile] bump version 1.0.60 (#2437) --- 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 e0efd9ceb..5282591d3 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.59', + version: '1.0.60', updates: { fallbackToCacheTimeout: 0, },