From fe3ec258274d9dc8be97de2148de3d00477390ec Mon Sep 17 00:00:00 2001 From: KTH Date: Thu, 21 Nov 2024 10:34:47 +0900 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=96::=20=EB=B2=84=EC=A0=84=20=EC=97=85?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 3.2.0 > 3.2.1 --- .../ProjectDescriptionHelpers/ProjectEnvironment.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Plugin/EnvironmentPlugin/ProjectDescriptionHelpers/ProjectEnvironment.swift b/Plugin/EnvironmentPlugin/ProjectDescriptionHelpers/ProjectEnvironment.swift index 8597059a5..8767036f4 100644 --- a/Plugin/EnvironmentPlugin/ProjectDescriptionHelpers/ProjectEnvironment.swift +++ b/Plugin/EnvironmentPlugin/ProjectDescriptionHelpers/ProjectEnvironment.swift @@ -19,7 +19,7 @@ public let env = ProjectEnvironment( deploymentTargets: .iOS("15.0"), destinations: [.iPhone], baseSetting: SettingsDictionary() - .marketingVersion("3.2.0") + .marketingVersion("3.2.1") .currentProjectVersion("0") .debugInformationFormat(DebugInformationFormat.dwarfWithDsym) .otherLinkerFlags(["-ObjC"])