From f9ca8d5040f984e51cb886bb41ac753c80a59ce0 Mon Sep 17 00:00:00 2001 From: gorhill Date: Sat, 17 Jan 2015 07:56:57 -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 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' }; /******************************************************************************/