Skip to content

Commit ba1ecf8

Browse files
committed
config: 앱 버전 및 빌드 번호 증가
* 1.3.1 -> 1.4.0 * 48 -> 49
1 parent 5a22617 commit ba1ecf8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

app.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,15 @@
22
"expo": {
33
"name": "공주대처럼",
44
"slug": "like-knu",
5-
"version": "1.3.1",
5+
"version": "1.4.0",
66
"orientation": "portrait",
77
"icon": "./assets/icon.png",
88
"userInterfaceStyle": "automatic",
99
"assetBundlePatterns": [
1010
"**/*"
1111
],
1212
"ios": {
13-
"buildNumber": "48",
13+
"buildNumber": "49",
1414
"splash": {
1515
"image": "./assets/splash.png",
1616
"resizeMode": "contain",
@@ -36,7 +36,7 @@
3636
"appStoreUrl": "https://apps.apple.com/kr/app/%EA%B3%B5%EC%A3%BC%EB%8C%80%EC%B2%98%EB%9F%BC/id6499512208"
3737
},
3838
"android": {
39-
"versionCode": 48,
39+
"versionCode": 49,
4040
"adaptiveIcon": {
4141
"foregroundImage": "./assets/adaptive-icon.png",
4242
"backgroundColor": "#FFFFFF"

0 commit comments

Comments
 (0)