From 8cc3779fb39766462d7a9837f65686a1dfdb055b Mon Sep 17 00:00:00 2001 From: Raymond Hill Date: Wed, 11 Nov 2020 08:15:27 -0500 Subject: [PATCH] Last commit changes compiled format --- 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 456156e85..0957f044f 100644 --- a/src/js/background.js +++ b/src/js/background.js @@ -139,8 +139,8 @@ const µBlock = (( ) => { // jshint ignore:line // Read-only systemSettings: { - compiledMagic: 32, // Increase when compiled format changes - selfieMagic: 32, // Increase when selfie format changes + compiledMagic: 33, // Increase when compiled format changes + selfieMagic: 33, // Increase when selfie format changes }, // https://github.com/uBlockOrigin/uBlock-issues/issues/759#issuecomment-546654501