Skip to content

Commit 79387eb

Browse files
chore: Release build 1.4.3-b22 (#1807)
2 parents 5576757 + 459ec7e commit 79387eb

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

TestFlight/WhatToTest.en-GB.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
- Snooze with a swipe action
2-
- Fix navigation in search
1+
- Prevent crash when fetching messages
2+
- New icon
33
- Other bug fixes and improvements

TestFlight/WhatToTest.fr-FR.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
- Mise en attente avec action de balayage
2-
- Correction de la navigation dans la recherche
1+
- Prévention d'un crash à la récupération des messages
2+
- Nouvelle icône
33
- Corrections de bugs et améliorations mineures

Tuist/Package.resolved

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -203,8 +203,8 @@
203203
"kind" : "remoteSourceControl",
204204
"location" : "https://github.com/getsentry/sentry-cocoa",
205205
"state" : {
206-
"revision" : "6c81e671154e63464dd6749b7ba3279dd390a146",
207-
"version" : "8.50.1"
206+
"revision" : "d87b07a27cd9a082d367261d7199a96a54e59f1d",
207+
"version" : "8.50.2"
208208
}
209209
},
210210
{

Tuist/ProjectDescriptionHelpers/Constants.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ public enum Constants {
2525

2626
public static let baseSettings = SettingsDictionary()
2727
.currentProjectVersion("1")
28-
.marketingVersion("1.4.2")
28+
.marketingVersion("1.4.3")
2929
.automaticCodeSigning(devTeam: "864VDCS2QY")
3030
.merging([
3131
"DERIVE_MACCATALYST_PRODUCT_BUNDLE_IDENTIFIER": SettingValue(stringLiteral: "NO"),

0 commit comments

Comments
 (0)