Skip to content

Commit 2a63bfb

Browse files
committed
[CVW-000] Feat, 배포 버전 변경
1.0.2
1 parent 81d4040 commit 2a63bfb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Plugins/ConfigurationPlugin/ProjectDescriptionHelpers/Environment.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
public extension Project {
1111
enum Environment {
1212
public static let deploymentTarget: DeploymentTargets = .iOS("18.0")
13-
public static let appVersion: String = "1.0.1"
13+
public static let appVersion: String = "1.0.2"
1414
public static let bundleId: String = "com.soma.coinviewer"
1515
}
1616
}

0 commit comments

Comments
 (0)