1
0
mirror of https://github.com/gorhill/uBlock.git synced 2024-07-08 12:57:57 +02:00

new version

This commit is contained in:
gorhill 2015-01-19 20:30:27 -05:00
parent 85414167c4
commit fdaec4b421
2 changed files with 2 additions and 2 deletions

View File

@ -2,7 +2,7 @@
"manifest_version": 2,
"name": "µBlock",
"version": "0.8.5.7",
"version": "0.8.6.0",
"default_locale": "en",
"description": "__MSG_extShortDesc__",

View File

@ -45,7 +45,7 @@ vAPI.firefox = true;
// TODO: read these data from somewhere...
vAPI.app = {
name: 'µBlock',
version: '0.8.5.7'
version: '0.8.6.0'
};
/******************************************************************************/