From a087c99089f0fd36af7e40c055e1fea47e4b804a Mon Sep 17 00:00:00 2001 From: Philippe Weidmann Date: Thu, 6 Jul 2023 15:11:57 +0200 Subject: [PATCH 1/2] chore: Udate dependencies --- .package.resolved | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/.package.resolved b/.package.resolved index db9b21a4c..91cd93f39 100644 --- a/.package.resolved +++ b/.package.resolved @@ -139,8 +139,8 @@ "kind" : "remoteSourceControl", "location" : "https://github.com/kean/Nuke", "state" : { - "revision" : "282b9562c84d76cebbbecd1cc3aaf430448a0cce", - "version" : "12.1.1" + "revision" : "f67266f176af4add9f7a7020486826d82d562473", + "version" : "12.1.2" } }, { @@ -157,8 +157,8 @@ "kind" : "remoteSourceControl", "location" : "https://github.com/realm/realm-core.git", "state" : { - "revision" : "93cc224680a520a84e1c01aa8866042c52eb7958", - "version" : "13.15.0" + "revision" : "f1434caadda443b4ed2261b91ea4f43ab1ee2aa5", + "version" : "13.15.1" } }, { @@ -166,8 +166,8 @@ "kind" : "remoteSourceControl", "location" : "https://github.com/realm/realm-swift", "state" : { - "revision" : "2d7d1463a765c8835262dc09da83906e7cea166c", - "version" : "10.40.2" + "revision" : "b287dc102036ff425bd8a88483f0a5596871f05e", + "version" : "10.41.0" } }, { @@ -237,8 +237,8 @@ "kind" : "remoteSourceControl", "location" : "https://github.com/scinfu/SwiftSoup", "state" : { - "revision" : "0e96a20ffd37a515c5c963952d4335c89bed50a6", - "version" : "2.6.0" + "revision" : "8b6cf29eead8841a1fa7822481cb3af4ddaadba6", + "version" : "2.6.1" } }, { @@ -246,8 +246,8 @@ "kind" : "remoteSourceControl", "location" : "https://github.com/siteline/SwiftUI-Introspect", "state" : { - "revision" : "dafd88cf0cc09d906dcef9d042743ae13fcff0d4", - "version" : "0.6.3" + "revision" : "8bf15ad33a529359200bd419a72ca2dda841089b", + "version" : "0.8.0" } }, { From 559d6bf04ea71ba56dedcce681dccd5db8cc04a3 Mon Sep 17 00:00:00 2001 From: Philippe Weidmann Date: Thu, 6 Jul 2023 15:15:57 +0200 Subject: [PATCH 2/2] chore: Bump to 1.0.1 --- Project.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.swift b/Project.swift index 5e8cf2183..61025b3c7 100644 --- a/Project.swift +++ b/Project.swift @@ -22,7 +22,7 @@ import ProjectDescription let deploymentTarget = DeploymentTarget.iOS(targetVersion: "15.0", devices: [.iphone, .ipad]) let baseSettings = SettingsDictionary() .currentProjectVersion("1") - .marketingVersion("1.0.0") + .marketingVersion("1.0.1") .automaticCodeSigning(devTeam: "864VDCS2QY") let project = Project(name: "Mail",