aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--platform/chromium/manifest.json2
-rw-r--r--platform/firefox/vapi-background.js2
-rw-r--r--platform/safari/Update.plist2
3 files changed, 3 insertions, 3 deletions
diff --git a/platform/chromium/manifest.json b/platform/chromium/manifest.json
index d6a1d9c..1ca4ebf 100644
--- a/platform/chromium/manifest.json
+++ b/platform/chromium/manifest.json
@@ -2,7 +2,7 @@
"manifest_version": 2,
"name": "µBlock",
- "version": "0.8.5.4",
+ "version": "0.8.5.5",
"default_locale": "en",
"description": "__MSG_extShortDesc__",
diff --git a/platform/firefox/vapi-background.js b/platform/firefox/vapi-background.js
index 994aa7f..e3cfb6d 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.4'
+ version: '0.8.5.5'
};
/******************************************************************************/
diff --git a/platform/safari/Update.plist b/platform/safari/Update.plist
index 771a212..acd4e85 100644
--- a/platform/safari/Update.plist
+++ b/platform/safari/Update.plist
@@ -14,7 +14,7 @@
<key>CFBundleVersion</key>
<string>{buildNumber}</string>
<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>
</array>
</dict>