Skip to content

Commit

Permalink
Release 7.116.0-0 (#2736)
Browse files Browse the repository at this point in the history
  • Loading branch information
dus7 authored Apr 15, 2024
1 parent 398bed3 commit 8723af7
Show file tree
Hide file tree
Showing 7 changed files with 153 additions and 284 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.115.0
MARKETING_VERSION = 7.116.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 = "\"f5c95349fa08b7dd5a008deb15561c32\""
public static let embeddedDataSHA = "25ff4ebab0f843baa0878838c488cf2a7acfc8d83e58c7afb1aae13a78b5297f"
public static let embeddedDataETag = "\"04caca2ca6549201eea931ca869c5e39\""
public static let embeddedDataSHA = "ddb923e2de2a0a27bc1050e32c89276834a3f3dd61b7c8672dac6f2d93047333"
}

public var embeddedDataEtag: String {
Expand Down
Loading

0 comments on commit 8723af7

Please sign in to comment.