Skip to content
This repository was archived by the owner on Feb 24, 2025. It is now read-only.

Commit c065764

Browse files
authored
Release 7.150.0-0 (#3729)
1 parent 6398862 commit c065764

File tree

5 files changed

+162
-190
lines changed

5 files changed

+162
-190
lines changed

Configuration/Version.xcconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
MARKETING_VERSION = 7.149.0
1+
MARKETING_VERSION = 7.150.0

Core/AppPrivacyConfigurationDataProvider.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@ import BrowserServicesKit
2323
final public class AppPrivacyConfigurationDataProvider: EmbeddedDataProvider {
2424

2525
public struct Constants {
26-
public static let embeddedDataETag = "\"5e5dc1c97834210a4803eb2683f21f95\""
27-
public static let embeddedDataSHA = "758a4d35540518b71b74ef7769a1652d124b75c12dd244fe7612b829c824d510"
26+
public static let embeddedDataETag = "\"03c27339b8dd9a474cc2bafb84ba8012\""
27+
public static let embeddedDataSHA = "783c4cccf30cc0b4fe3caea212c9e1dca3b276b859d07360fa08b586f006438f"
2828
}
2929

3030
public var embeddedDataEtag: String {

0 commit comments

Comments
 (0)