Skip to content

Commit 1249515

Browse files
committed
chore: 빌드 넘버 1.0.2 (21)
1 parent 758fbd8 commit 1249515

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Tuist/ProjectDescriptionHelpers/InfoPlist+Templates.swift

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ import ProjectDescription
1010
public extension InfoPlist {
1111
static var app: InfoPlist {
1212
return .extendingDefault(with: [
13-
"CFBundleShortVersionString": "1.0.1",
14-
"CFBundleVersion": "20",
13+
"CFBundleShortVersionString": "1.0.2",
14+
"CFBundleVersion": "21",
1515
"UIUserInterfaceStyle": "Light",
1616
"CFBundleName": "보틀",
1717
"UILaunchScreen": [
@@ -39,8 +39,8 @@ public extension InfoPlist {
3939

4040
static var example: InfoPlist {
4141
return .extendingDefault(with: [
42-
"CFBundleShortVersionString": "1.0.1",
43-
"CFBundleVersion": "20",
42+
"CFBundleShortVersionString": "1.0.2",
43+
"CFBundleVersion": "21",
4444
"UIUserInterfaceStyle": "Light",
4545
"UILaunchScreen": [:],
4646
"UISupportedInterfaceOrientations": [

0 commit comments

Comments
 (0)