Skip to content

Commit

Permalink
Release v10.4.14 (#2060)
Browse files Browse the repository at this point in the history
  • Loading branch information
smalluban authored Nov 14, 2024
1 parent a37d83a commit e36173e
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 14 deletions.
12 changes: 6 additions & 6 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "ghostery-extension",
"private": true,
"version": "10.4.13",
"version": "10.4.14",
"type": "module",
"scripts": {
"download-engines": "node scripts/download-engines.js",
Expand Down Expand Up @@ -51,7 +51,7 @@
"@ghostery/adblocker-webextension": "^2.0.4",
"@github/relative-time-element": "^4.3.0",
"@sentry/browser": "^8.38.0",
"@whotracksme/reporting": "^5.1.33",
"@whotracksme/reporting": "^5.1.34",
"bowser": "^2.11.0",
"hybrids": "^9.1.8",
"idb": "^8.0.0",
Expand Down
12 changes: 6 additions & 6 deletions xcode/Ghostery.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -892,7 +892,7 @@
CLANG_WARN_UNREACHABLE_CODE = YES;
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
COPY_PHASE_STRIP = NO;
CURRENT_PROJECT_VERSION = 48;
CURRENT_PROJECT_VERSION = 49;
DEAD_CODE_STRIPPING = YES;
DEBUG_INFORMATION_FORMAT = dwarf;
ENABLE_STRICT_OBJC_MSGSEND = YES;
Expand All @@ -912,7 +912,7 @@
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
GCC_WARN_UNUSED_FUNCTION = YES;
GCC_WARN_UNUSED_VARIABLE = YES;
MARKETING_VERSION = 10.4.13;
MARKETING_VERSION = 10.4.14;
MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE;
MTL_FAST_MATH = YES;
ONLY_ACTIVE_ARCH = YES;
Expand Down Expand Up @@ -955,7 +955,7 @@
CLANG_WARN_UNREACHABLE_CODE = YES;
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
COPY_PHASE_STRIP = NO;
CURRENT_PROJECT_VERSION = 48;
CURRENT_PROJECT_VERSION = 49;
DEAD_CODE_STRIPPING = YES;
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
ENABLE_NS_ASSERTIONS = NO;
Expand All @@ -969,7 +969,7 @@
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
GCC_WARN_UNUSED_FUNCTION = YES;
GCC_WARN_UNUSED_VARIABLE = YES;
MARKETING_VERSION = 10.4.13;
MARKETING_VERSION = 10.4.14;
MTL_ENABLE_DEBUG_INFO = NO;
MTL_FAST_MATH = YES;
SWIFT_COMPILATION_MODE = wholemodule;
Expand Down Expand Up @@ -1199,7 +1199,7 @@
CODE_SIGN_IDENTITY = "-";
"CODE_SIGN_IDENTITY[sdk=macosx*]" = "Apple Development";
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 48;
CURRENT_PROJECT_VERSION = 49;
DEAD_CODE_STRIPPING = YES;
DEVELOPMENT_TEAM = T3NRR7XMGG;
ENABLE_HARDENED_RUNTIME = NO;
Expand Down Expand Up @@ -1238,7 +1238,7 @@
CODE_SIGN_ENTITLEMENTS = "macOS (App)/Ghostery – Privacy Ad Blocker.entitlements";
CODE_SIGN_IDENTITY = "Apple Development";
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 48;
CURRENT_PROJECT_VERSION = 49;
DEAD_CODE_STRIPPING = YES;
DEVELOPMENT_TEAM = T3NRR7XMGG;
ENABLE_HARDENED_RUNTIME = YES;
Expand Down

0 comments on commit e36173e

Please sign in to comment.