Skip to content

Commit

Permalink
chore: Bump version (#1511)
Browse files Browse the repository at this point in the history
  • Loading branch information
PhilippeWeidmann authored Aug 20, 2024
2 parents 1dad061 + 0166754 commit b7dfa6e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions Tuist/Package.resolved
Original file line number Diff line number Diff line change
Expand Up @@ -194,8 +194,8 @@
"kind" : "remoteSourceControl",
"location" : "https://github.com/getsentry/sentry-cocoa",
"state" : {
"revision" : "f8d9bc344a052a26f51c8cecec93724b871ef36b",
"version" : "8.33.0"
"revision" : "e2ac1723a4a9632e291c171b6e25a0c403b0fecb",
"version" : "8.35.0"
}
},
{
Expand Down Expand Up @@ -347,8 +347,8 @@
"kind" : "remoteSourceControl",
"location" : "https://github.com/markiv/SwiftUI-Shimmer",
"state" : {
"revision" : "e3aa4226b0fafe345ca1c920f516b6a2f3e0aacc",
"version" : "1.5.0"
"revision" : "0226e21f9bf355d40e07e5f5e1c33679d50e167f",
"version" : "1.5.1"
}
},
{
Expand Down
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.2.1")
.marketingVersion("1.2.2")
.automaticCodeSigning(devTeam: "864VDCS2QY")
.merging(["DERIVE_MACCATALYST_PRODUCT_BUNDLE_IDENTIFIER": SettingValue(stringLiteral: "NO")])

Expand Down

0 comments on commit b7dfa6e

Please sign in to comment.