1
0
mirror of https://github.com/gorhill/uBlock.git synced 2024-09-15 15:32:28 +02:00

Magic compile/selfie numbers need to increased

Related commit:
- bde3164eb4
This commit is contained in:
Raymond Hill 2020-11-23 10:26:15 -05:00
parent 13ddab5375
commit e45949417b
No known key found for this signature in database
GPG Key ID: 25E1490B761470C2

View File

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