Skip to content

chore: Release build 1.4.2-b20 #1782

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
Apr 29, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions TestFlight/WhatToTest.en-GB.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
- Improved message snoozing feature
- Bug fixes
- Bug fixes and minor improvements
3 changes: 1 addition & 2 deletions TestFlight/WhatToTest.fr-FR.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
- Amélioration de la fonctionnalité de mise en attente de messages
- Corrections de bugs
- Corrections de bugs et améliorations mineures
4 changes: 2 additions & 2 deletions Tuist/Package.resolved

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Tuist/ProjectDescriptionHelpers/Constants.swift
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ public enum Constants {

public static let baseSettings = SettingsDictionary()
.currentProjectVersion("1")
.marketingVersion("1.4.1")
.marketingVersion("1.4.2")
.automaticCodeSigning(devTeam: "864VDCS2QY")
.merging([
"DERIVE_MACCATALYST_PRODUCT_BUNDLE_IDENTIFIER": SettingValue(stringLiteral: "NO"),
Expand Down
Loading