From 85de94fc1416bc913fb8a98b2330df19a241e8fa Mon Sep 17 00:00:00 2001 From: Philippe Weidmann Date: Tue, 20 Feb 2024 08:21:30 +0100 Subject: [PATCH] chore: Bump to 1.1.1 --- Tuist/ProjectDescriptionHelpers/Constants.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Tuist/ProjectDescriptionHelpers/Constants.swift b/Tuist/ProjectDescriptionHelpers/Constants.swift index 84e334565..0940dbf55 100644 --- a/Tuist/ProjectDescriptionHelpers/Constants.swift +++ b/Tuist/ProjectDescriptionHelpers/Constants.swift @@ -25,7 +25,7 @@ public enum Constants { public static let baseSettings = SettingsDictionary() .currentProjectVersion("1") - .marketingVersion("1.1.0") + .marketingVersion("1.1.1") .automaticCodeSigning(devTeam: "864VDCS2QY") .merging(["DERIVE_MACCATALYST_PRODUCT_BUNDLE_IDENTIFIER": SettingValue(stringLiteral: "NO")])