1
0
mirror of https://github.com/gorhill/uBlock.git synced 2024-09-04 01:59:38 +02:00

Last commit changes compiled format

This commit is contained in:
Raymond Hill 2020-11-11 08:15:27 -05:00
parent 0e851c035e
commit 8cc3779fb3
No known key found for this signature in database
GPG Key ID: 25E1490B761470C2

View File

@ -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