From 45bf3bf85e7b7d64a610cdfe2ac6b0b0e712e364 Mon Sep 17 00:00:00 2001 From: Robinnnnn Date: Fri, 26 Apr 2024 16:23:39 -0400 Subject: [PATCH] [mobile] bump version 1.0.61 --- 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 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, },