From 293cc605d4cfd758e1bc63cbbd09bac12a0f7c96 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adrien=20Coye=20de=20Brune=CC=81lis?= Date: Tue, 5 Sep 2023 09:47:54 +0200 Subject: [PATCH] 1.0.6-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 5ab899d21..c928517e5 100644 --- a/Tuist/ProjectDescriptionHelpers/Constants.swift +++ b/Tuist/ProjectDescriptionHelpers/Constants.swift @@ -21,7 +21,7 @@ import ProjectDescription public enum Constants { public static let baseSettings = SettingsDictionary() .currentProjectVersion("1") - .marketingVersion("1.0.5") + .marketingVersion("1.0.6") .automaticCodeSigning(devTeam: "864VDCS2QY") public static let deploymentTarget = DeploymentTarget.iOS(targetVersion: "15.0", devices: [.iphone, .ipad])