Skip to content

Commit c1f2097

Browse files
committed
[PC-755] Build: 빌드 버전 업 1.0.0
1 parent cc4c328 commit c1f2097

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Tuist/ProjectDescriptionHelpers/AppContants.swift

+2-2
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ public enum AppConstants {
1111
public static let appName: String = "Piece-iOS"
1212
public static let organizationName: String = "puzzly"
1313
public static let bundleId: String = "com.puzzly.piece"
14-
public static let version: Plist.Value = "0.1.0"
15-
public static let build: Plist.Value = "1"
14+
public static let version: Plist.Value = "1.0.0"
15+
public static let build: Plist.Value = "2"
1616
public static let destinations: Set<Destination> = .iOS
1717
public static let deploymentTargets: DeploymentTargets = .iOS("17.0")
1818
}

0 commit comments

Comments
 (0)