mirror of https://github.com/gorhill/uBlock.git
new revision
This commit is contained in:
parent
94453ed878
commit
a4b780acc8
|
@ -2,7 +2,7 @@
|
|||
"manifest_version": 2,
|
||||
|
||||
"name": "µBlock",
|
||||
"version": "0.8.5.4",
|
||||
"version": "0.8.5.5",
|
||||
|
||||
"default_locale": "en",
|
||||
"description": "__MSG_extShortDesc__",
|
||||
|
|
|
@ -45,7 +45,7 @@ vAPI.firefox = true;
|
|||
// TODO: read these data from somewhere...
|
||||
vAPI.app = {
|
||||
name: 'µBlock',
|
||||
version: '0.8.5.4'
|
||||
version: '0.8.5.5'
|
||||
};
|
||||
|
||||
/******************************************************************************/
|
||||
|
|
|
@ -14,7 +14,7 @@
|
|||
<key>CFBundleVersion</key>
|
||||
<string>{buildNumber}</string>
|
||||
<key>URL</key>
|
||||
<string>https://chrismatic.io/ublock/ublock-0.8.5.4.safariextz</string>
|
||||
<string>https://chrismatic.io/ublock/ublock-0.8.5.5.safariextz</string>
|
||||
</dict>
|
||||
</array>
|
||||
</dict>
|
||||
|
|
Loading…
Reference in New Issue