new revision

This commit is contained in:
gorhill 2015-01-17 07:56:57 -05:00
parent 94453ed878
commit a4b780acc8
3 changed files with 3 additions and 3 deletions

View File

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

View File

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

View File

@ -14,7 +14,7 @@
<key>CFBundleVersion</key> <key>CFBundleVersion</key>
<string>{buildNumber}</string> <string>{buildNumber}</string>
<key>URL</key> <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> </dict>
</array> </array>
</dict> </dict>