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

Commit edfcc65

Browse files
committed
Merge branch 'release/7.101.0'
2 parents 5610a46 + 80764a7 commit edfcc65

File tree

5 files changed

+127
-193
lines changed

5 files changed

+127
-193
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.99.0
1+
MARKETING_VERSION = 7.101.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 = "\"7c6169d648700908e0dfc5904d640c37\""
27-
public static let embeddedDataSHA = "e3cd448b68a22fe6c9563deeb4c7d2a62ae947bc655ff33b3fc030bba766672c"
26+
public static let embeddedDataETag = "\"9f95a5896c461768903058315bf6b931\""
27+
public static let embeddedDataSHA = "33bbcc8e715e93f6a6052b92d990860758774d7cf4828b6aedcc958b9f46f50a"
2828
}
2929

3030
public var embeddedDataEtag: String {

0 commit comments

Comments
 (0)