Skip to content

Commit

Permalink
Release 7.111.0-0 (#2534)
Browse files Browse the repository at this point in the history
  • Loading branch information
THISISDINOSAUR authored Mar 4, 2024
1 parent 4a220f8 commit f77f1a7
Show file tree
Hide file tree
Showing 5 changed files with 185 additions and 69 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.110.0
MARKETING_VERSION = 7.111.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 = "\"20ceae04600e9d3c46898ac4471fcd70\""
public static let embeddedDataSHA = "987f63a393724a34fe9d190c335f14b58398d2e9e02ccf38b84a7bd57c37b8ab"
public static let embeddedDataETag = "\"a427a69043b2baa27604bc10edb13de1\""
public static let embeddedDataSHA = "1d5c2e4113713fbf02bc617fc689981604ea53be172569a9fd744054b7355c39"
}

public var embeddedDataEtag: String {
Expand Down
Loading

0 comments on commit f77f1a7

Please sign in to comment.