From a3c4df4e00d8945a4b39bd89aab3c5996c021b87 Mon Sep 17 00:00:00 2001 From: gorhill Date: Sun, 18 Jan 2015 22:26:07 -0500 Subject: [PATCH] new revision --- 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 d257f26..5d9b30b 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.6' + version: '0.8.5.7' }; /******************************************************************************/