diff --git a/.package.resolved b/.package.resolved index 45102423a..54d6605c2 100644 --- a/.package.resolved +++ b/.package.resolved @@ -157,8 +157,8 @@ "kind" : "remoteSourceControl", "location" : "https://github.com/realm/realm-core.git", "state" : { - "revision" : "f8e1a38a4099785af597ab813ae01f9901858b65", - "version" : "13.21.0" + "revision" : "e836317e8238bd32f06086dd7ce6768ef574beb6", + "version" : "13.22.0" } }, { @@ -166,8 +166,8 @@ "kind" : "remoteSourceControl", "location" : "https://github.com/realm/realm-swift", "state" : { - "revision" : "7bde71f2c0754d048fd65a85b9fd09e10bcdd41c", - "version" : "10.42.4" + "revision" : "8249489f28d36f9f37ed076c95029059c60b556d", + "version" : "10.43.0" } }, { diff --git a/Tuist/ProjectDescriptionHelpers/Constants.swift b/Tuist/ProjectDescriptionHelpers/Constants.swift index 731f9e25f..ceb05c956 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.7") + .marketingVersion("1.0.8") .automaticCodeSigning(devTeam: "864VDCS2QY") public static let deploymentTarget = DeploymentTarget.iOS(targetVersion: "15.0", devices: [.iphone, .ipad])