From 1bf6f18f6ad42104649e3ff159eb5d8c7aebf6c5 Mon Sep 17 00:00:00 2001 From: kaito <80802871+kaitoo1@users.noreply.github.com> Date: Fri, 5 Apr 2024 16:30:16 +0900 Subject: [PATCH] [mobile] bump version 1.0.54 (#2402) --- 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 ced1b1ce6f..90c9964a25 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.53', + version: '1.0.54', updates: { fallbackToCacheTimeout: 0, },