Skip to content

Commit

Permalink
Release 7.131.0-0 (#3157)
Browse files Browse the repository at this point in the history
  • Loading branch information
THISISDINOSAUR authored Jul 29, 2024
1 parent 65c8d54 commit abebe1b
Show file tree
Hide file tree
Showing 6 changed files with 173 additions and 66 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.130.0
MARKETING_VERSION = 7.131.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 = "\"6731933419540cb11a6a0898b0c26bdb\""
public static let embeddedDataSHA = "88b018fcabee20e6a210d3c65f122c0019ca5bb900c9a0148945e4c4c609856d"
public static let embeddedDataETag = "\"fe3d3799b2bb2167720194f93ada4e43\""
public static let embeddedDataSHA = "4039eb5c4fcaa8806f0058b70c96e25db5d21c481e3ad607393726eb9cb0c361"
}

public var embeddedDataEtag: String {
Expand Down
Loading

0 comments on commit abebe1b

Please sign in to comment.