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