From e45949417bf4d37220fe7a91ed8bc4a289259171 Mon Sep 17 00:00:00 2001 From: Raymond Hill Date: Mon, 23 Nov 2020 10:26:15 -0500 Subject: [PATCH] Magic compile/selfie numbers need to increased Related commit: - https://github.com/gorhill/uBlock/commit/bde3164eb445a4e74acca303ec9fa07f82ba1b1c --- src/js/background.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/js/background.js b/src/js/background.js index f4c6f475f..7b21c2c70 100644 --- a/src/js/background.js +++ b/src/js/background.js @@ -140,8 +140,8 @@ const µBlock = (( ) => { // jshint ignore:line // Read-only systemSettings: { - compiledMagic: 34, // Increase when compiled format changes - selfieMagic: 34, // Increase when selfie format changes + compiledMagic: 35, // Increase when compiled format changes + selfieMagic: 35, // Increase when selfie format changes }, // https://github.com/uBlockOrigin/uBlock-issues/issues/759#issuecomment-546654501