aboutsummaryrefslogtreecommitdiffstats
path: root/platform
diff options
context:
space:
mode:
authorgorhill <rhill@raymondhill.net>2015-01-23 11:32:49 -0500
committergorhill <rhill@raymondhill.net>2015-01-23 11:32:49 -0500
commit673b8774beeef903cf075412c5ce219c044485ec (patch)
treec3a5fdb5aa820a731092d07775a4005ac1262dfa /platform
parenta2ff66e20fdc4297a227abfac42de613e8085834 (diff)
downloaduBlock-673b8774beeef903cf075412c5ce219c044485ec.zip
uBlock-673b8774beeef903cf075412c5ce219c044485ec.tar.gz
uBlock-673b8774beeef903cf075412c5ce219c044485ec.tar.bz2
this fixes #582
Diffstat (limited to 'platform')
-rw-r--r--platform/chromium/manifest.json2
-rw-r--r--platform/firefox/vapi-background.js2
2 files changed, 2 insertions, 2 deletions
diff --git a/platform/chromium/manifest.json b/platform/chromium/manifest.json
index 2e7e33c..9195aac 100644
--- a/platform/chromium/manifest.json
+++ b/platform/chromium/manifest.json
@@ -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__",
diff --git a/platform/firefox/vapi-background.js b/platform/firefox/vapi-background.js
index 5d9b30b..500e8a9 100644
--- a/platform/firefox/vapi-background.js
+++ b/platform/firefox/vapi-background.js
@@ -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'
};
/******************************************************************************/