mirror of https://github.com/gorhill/uBlock.git
new version
This commit is contained in:
parent
7980996423
commit
012eb98f0e
|
@ -2,7 +2,7 @@
|
||||||
"manifest_version": 2,
|
"manifest_version": 2,
|
||||||
|
|
||||||
"name": "µBlock",
|
"name": "µBlock",
|
||||||
"version": "0.7.0.11",
|
"version": "0.7.2.0",
|
||||||
|
|
||||||
"default_locale": "en",
|
"default_locale": "en",
|
||||||
"description": "__MSG_extShortDesc__",
|
"description": "__MSG_extShortDesc__",
|
||||||
|
|
|
@ -35,7 +35,7 @@ self.vAPI = self.vAPI || {};
|
||||||
|
|
||||||
self.vAPI.app = {
|
self.vAPI.app = {
|
||||||
name: 'µBlock',
|
name: 'µBlock',
|
||||||
version: '0.7.0.11'
|
version: '0.7.2.0'
|
||||||
};
|
};
|
||||||
|
|
||||||
/******************************************************************************/
|
/******************************************************************************/
|
||||||
|
|
Loading…
Reference in New Issue