Skip to content

Commit

Permalink
Release 7.147.0-0 (#3618)
Browse files Browse the repository at this point in the history
Please make sure all GH checks passed before merging. It can take around
20 minutes.
Briefly review this PR to see if there are no issues or red flags and
then merge it.
  • Loading branch information
dus7 authored Nov 25, 2024
1 parent 8925890 commit e8b8322
Show file tree
Hide file tree
Showing 8 changed files with 3,827 additions and 3,291 deletions.
2 changes: 1 addition & 1 deletion Configuration/Version.xcconfig
Original file line number Diff line number Diff line change
@@ -1 +1 @@
MARKETING_VERSION = 7.146.0
MARKETING_VERSION = 7.147.0
4 changes: 2 additions & 2 deletions Core/AppPrivacyConfigurationDataProvider.swift
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ import BrowserServicesKit
final public class AppPrivacyConfigurationDataProvider: EmbeddedDataProvider {

public struct Constants {
public static let embeddedDataETag = "\"d4536be677d4324aa872d0e59d6fd4fa\""
public static let embeddedDataSHA = "a9cce4d5c3430bc3bbca33ad26aa980dcc1c0e792b71ce2696f4483401efbf72"
public static let embeddedDataETag = "\"7ad37aaf57f883471cf65c00a4317a45\""
public static let embeddedDataSHA = "bf1e81c46e53f75c7c90d343886183b99793675f223f5016af998dfe1cdedbae"
}

public var embeddedDataEtag: String {
Expand Down
4 changes: 2 additions & 2 deletions Core/AppTrackerDataSetProvider.swift
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ import BrowserServicesKit
final public class AppTrackerDataSetProvider: EmbeddedDataProvider {

public struct Constants {
public static let embeddedDataETag = "\"0b9329cf89ed936dab485072c32814c4\""
public static let embeddedDataSHA = "09b3b38cb556f93ac3d7c45e2535677285f5beef4cb4c0af2aaaa00b25f311d4"
public static let embeddedDataETag = "\"7af63a1c5812c9200d3120f5dd598993\""
public static let embeddedDataSHA = "ef3eb8b998faa201192a190cff3fe0fc228cf2212be44271036dbd63ade5ddcf"
}

public var embeddedDataEtag: String {
Expand Down
Loading

0 comments on commit e8b8322

Please sign in to comment.