Skip to content

Commit

Permalink
Merge release/1.81.0 into main
Browse files Browse the repository at this point in the history
  • Loading branch information
daxmobile authored Mar 27, 2024
2 parents 80d9325 + 27a1c29 commit 988a3ef
Show file tree
Hide file tree
Showing 4 changed files with 307 additions and 143 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 = 146
CURRENT_PROJECT_VERSION = 147
2 changes: 1 addition & 1 deletion Configuration/Version.xcconfig
Original file line number Diff line number Diff line change
@@ -1 +1 @@
MARKETING_VERSION = 1.80.0
MARKETING_VERSION = 1.81.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 = "\"11616ebbea5b6d7731bf08d224c6b1a7\""
public static let embeddedDataSHA = "980b19df068a45b754ed6865295960a914c3d2c3bcc2f20b9d1f8a5f2c1d68c3"
public static let embeddedDataETag = "\"3e4949b5cf69c1851158e419dd4f175e\""
public static let embeddedDataSHA = "8bedb31a111891d59112279e19bfbc2ba585dbf768f2f622e9c76ed5235a8e59"
}

var embeddedDataEtag: String {
Expand Down
Loading

0 comments on commit 988a3ef

Please sign in to comment.