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

new version

This commit is contained in:
Raymond Hill 2014-12-01 13:51:11 -02:00
parent 7980996423
commit 012eb98f0e
2 changed files with 2 additions and 2 deletions

View File

@ -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__",

View File

@ -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'
}; };
/******************************************************************************/ /******************************************************************************/