From ba1ecf85a7774ef55fea2a929a676164ebc8c0ba Mon Sep 17 00:00:00 2001 From: jcw1031 Date: Tue, 24 Sep 2024 18:57:30 +0900 Subject: [PATCH] =?UTF-8?q?config:=20=EC=95=B1=20=EB=B2=84=EC=A0=84=20?= =?UTF-8?q?=EB=B0=8F=20=EB=B9=8C=EB=93=9C=20=EB=B2=88=ED=98=B8=20=EC=A6=9D?= =?UTF-8?q?=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * 1.3.1 -> 1.4.0 * 48 -> 49 --- app.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/app.json b/app.json index ff9a49c..2277667 100644 --- a/app.json +++ b/app.json @@ -2,7 +2,7 @@ "expo": { "name": "공주대처럼", "slug": "like-knu", - "version": "1.3.1", + "version": "1.4.0", "orientation": "portrait", "icon": "./assets/icon.png", "userInterfaceStyle": "automatic", @@ -10,7 +10,7 @@ "**/*" ], "ios": { - "buildNumber": "48", + "buildNumber": "49", "splash": { "image": "./assets/splash.png", "resizeMode": "contain", @@ -36,7 +36,7 @@ "appStoreUrl": "https://apps.apple.com/kr/app/%EA%B3%B5%EC%A3%BC%EB%8C%80%EC%B2%98%EB%9F%BC/id6499512208" }, "android": { - "versionCode": 48, + "versionCode": 49, "adaptiveIcon": { "foregroundImage": "./assets/adaptive-icon.png", "backgroundColor": "#FFFFFF"