Skip to content

Commit 72bb48c

Browse files
committed
[Chore] #356 App Release Version 1.1 수정
1 parent 04a229c commit 72bb48c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Projects/Coffice/Project.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ let project = Project.app(
1010
platform: .iOS,
1111
iOSTargetVersion: iOSTargetVersion,
1212
infoPlist: [
13-
"CFBundleShortVersionString": "1.0.8", // 앱의 출시 버전
13+
"CFBundleShortVersionString": "1.1", // 앱의 출시 버전
1414
"CFBundleVersion": "2.1.4", // 앱의 빌드 버전 (테스트 플라이트 배포시 빌드 버전 up 필요)
1515
"CFBundleDisplayName": "Coffice", // 사용자에게 보여질 앱의 이름
1616
"UILaunchStoryboardName": "LaunchScreen",

0 commit comments

Comments
 (0)