Skip to content

Commit

Permalink
Release 7.102.0 (#2273)
Browse files Browse the repository at this point in the history
  • Loading branch information
quanganhdo authored Dec 18, 2023
1 parent 4508d82 commit 045bff3
Show file tree
Hide file tree
Showing 6 changed files with 218 additions and 23 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.101.0
MARKETING_VERSION = 7.102.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 = "\"9f95a5896c461768903058315bf6b931\""
public static let embeddedDataSHA = "33bbcc8e715e93f6a6052b92d990860758774d7cf4828b6aedcc958b9f46f50a"
public static let embeddedDataETag = "\"f4e8436ab9977e1a8a9d6ee600fc353e\""
public static let embeddedDataSHA = "86b3a7bece52da74f7d267c2b522ac929d363a384cacc013f2b2d057ee1e386c"
}

public var embeddedDataEtag: String {
Expand Down
Loading

0 comments on commit 045bff3

Please sign in to comment.