Skip to content

Commit

Permalink
Release 7.150.0-0 (#3729)
Browse files Browse the repository at this point in the history
  • Loading branch information
amddg44 authored Dec 16, 2024
1 parent 6398862 commit c065764
Show file tree
Hide file tree
Showing 5 changed files with 162 additions and 190 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.149.0
MARKETING_VERSION = 7.150.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 = "\"5e5dc1c97834210a4803eb2683f21f95\""
public static let embeddedDataSHA = "758a4d35540518b71b74ef7769a1652d124b75c12dd244fe7612b829c824d510"
public static let embeddedDataETag = "\"03c27339b8dd9a474cc2bafb84ba8012\""
public static let embeddedDataSHA = "783c4cccf30cc0b4fe3caea212c9e1dca3b276b859d07360fa08b586f006438f"
}

public var embeddedDataEtag: String {
Expand Down
Loading

0 comments on commit c065764

Please sign in to comment.