From abe76e5edef1cdd9ac0fe2541aac3f9604a51f03 Mon Sep 17 00:00:00 2001 From: KTH Date: Sat, 2 Dec 2023 23:56:21 +0900 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=96=20::=20Build=20v2.2.1(0)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Tuist/ProjectDescriptionHelpers/Environment.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Tuist/ProjectDescriptionHelpers/Environment.swift b/Tuist/ProjectDescriptionHelpers/Environment.swift index f689e38fd..08a7604dd 100644 --- a/Tuist/ProjectDescriptionHelpers/Environment.swift +++ b/Tuist/ProjectDescriptionHelpers/Environment.swift @@ -9,7 +9,7 @@ public enum Environment { public static let deploymentTarget: DeploymentTarget = .iOS(targetVersion: "14.0", devices: [.iphone]) public static let platform = Platform.iOS public static let baseSetting: SettingsDictionary = SettingsDictionary() - .marketingVersion("2.2.0") + .marketingVersion("2.2.1") .currentProjectVersion("0") .debugInformationFormat(DebugInformationFormat.dwarfWithDsym) .otherLinkerFlags(["-ObjC"])