Skip to content

Commit

Permalink
Merge branch 'release/7.101.0'
Browse files Browse the repository at this point in the history
  • Loading branch information
jaceklyp committed Dec 11, 2023
2 parents 5610a46 + 80764a7 commit edfcc65
Show file tree
Hide file tree
Showing 5 changed files with 127 additions and 193 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.99.0
MARKETING_VERSION = 7.101.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 = "\"7c6169d648700908e0dfc5904d640c37\""
public static let embeddedDataSHA = "e3cd448b68a22fe6c9563deeb4c7d2a62ae947bc655ff33b3fc030bba766672c"
public static let embeddedDataETag = "\"9f95a5896c461768903058315bf6b931\""
public static let embeddedDataSHA = "33bbcc8e715e93f6a6052b92d990860758774d7cf4828b6aedcc958b9f46f50a"
}

public var embeddedDataEtag: String {
Expand Down
Loading

0 comments on commit edfcc65

Please sign in to comment.