From 28ae183a5c79c9c19d4302cb431eea17537d1887 Mon Sep 17 00:00:00 2001 From: hyochan Date: Fri, 20 Sep 2024 18:51:59 +0900 Subject: [PATCH] 1.0.0 (13) --- app.config.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app.config.ts b/app.config.ts index 58be48d..11f8724 100644 --- a/app.config.ts +++ b/app.config.ts @@ -22,7 +22,7 @@ if (process.env.STAGE) { } const DEEP_LINK_URL = '[firebaseAppId].web.app'; -const buildNumber = 12; +const buildNumber = 13; export default ({config}: ConfigContext): ExpoConfig => ({ ...config,