From cfa4b7ebe5b0912c49f0e7138ab63922e2d94640 Mon Sep 17 00:00:00 2001 From: gorhill Date: Mon, 19 Jan 2015 20:30:27 -0500 Subject: [PATCH] new version --- platform/firefox/vapi-background.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/platform/firefox/vapi-background.js b/platform/firefox/vapi-background.js index 9e6eb3a..eb57d58 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' }; /******************************************************************************/