Skip to content

Commit

Permalink
Merge release/1.102.0 into main
Browse files Browse the repository at this point in the history
  • Loading branch information
daxmobile authored Aug 12, 2024
2 parents 9d36949 + 207cc86 commit e204899
Show file tree
Hide file tree
Showing 6 changed files with 261 additions and 89 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 = 244
CURRENT_PROJECT_VERSION = 245
2 changes: 1 addition & 1 deletion Configuration/Version.xcconfig
Original file line number Diff line number Diff line change
@@ -1 +1 @@
MARKETING_VERSION = 1.101.0
MARKETING_VERSION = 1.102.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 = "\"d18a43dc49166bc0411e373d07749097\""
public static let embeddedDataSHA = "13f1729535254a1645601eb4b90d067ab0ac390efff908b2565b06580a832237"
public static let embeddedDataETag = "\"984fa972f7e1c1268029ce326d253b20\""
public static let embeddedDataSHA = "d46728fd2bef22a3705d986e92497611d3544a37cfadbf4071a36f9ab79cbe1d"
}

var embeddedDataEtag: String {
Expand Down
4 changes: 2 additions & 2 deletions DuckDuckGo/ContentBlocker/AppTrackerDataSetProvider.swift
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ import BrowserServicesKit
final class AppTrackerDataSetProvider: EmbeddedDataProvider {

public struct Constants {
public static let embeddedDataETag = "\"1d2c4aaf7c97f8262ea54b7ca24265b2\""
public static let embeddedDataSHA = "4f91db9771dc0ba63741bdb2ab953b46a12f1ef11b59e389142f1e3c151f3a01"
public static let embeddedDataETag = "\"e3fa88da678fd6b92ceb16d503b18e44\""
public static let embeddedDataSHA = "69c3811e71f94bd83cd0f7d0e743520dc10cecfee27cd7520c78ea84497b444e"
}

var embeddedDataEtag: String {
Expand Down
Loading

0 comments on commit e204899

Please sign in to comment.