Skip to content

Commit

Permalink
Merge release/1.100.0 into main
Browse files Browse the repository at this point in the history
  • Loading branch information
daxmobile authored Jul 29, 2024
2 parents ce81c58 + c6295d0 commit 79332d2
Show file tree
Hide file tree
Showing 4 changed files with 144 additions and 38 deletions.
2 changes: 1 addition & 1 deletion Configuration/BuildNumber.xcconfig
Original file line number Diff line number Diff line change
@@ -1 +1 @@
CURRENT_PROJECT_VERSION = 234
CURRENT_PROJECT_VERSION = 235
2 changes: 1 addition & 1 deletion Configuration/Version.xcconfig
Original file line number Diff line number Diff line change
@@ -1 +1 @@
MARKETING_VERSION = 1.99.0
MARKETING_VERSION = 1.100.0
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ import BrowserServicesKit
final class AppPrivacyConfigurationDataProvider: EmbeddedDataProvider {

public struct Constants {
public static let embeddedDataETag = "\"bda3cb319ce173dfb9fbb4f0a4a31820\""
public static let embeddedDataSHA = "5f015578b361c93df32101bc4c9c2454c8b4e033fea544ecdb78d8b6f1080edd"
public static let embeddedDataETag = "\"6403cfec3fc0fdc8bd9d3967c4d93c70\""
public static let embeddedDataSHA = "331ccf1c2918df4510481778abc742cd88e453fa7366dda45a747920c901f86a"
}

var embeddedDataEtag: String {
Expand Down
Loading

0 comments on commit 79332d2

Please sign in to comment.