From 032c83a8292b0c475db87f7f9029f66ea5a06146 Mon Sep 17 00:00:00 2001 From: gorhill Date: Mon, 11 Jan 2016 09:12:06 -0500 Subject: [PATCH] new revision for dev build --- platform/chromium/manifest.json | 2 +- platform/opera/manifest.json | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/platform/chromium/manifest.json b/platform/chromium/manifest.json index 7ae0a06db..e5f120ed0 100644 --- a/platform/chromium/manifest.json +++ b/platform/chromium/manifest.json @@ -2,7 +2,7 @@ "manifest_version": 2, "name": "uBlock Origin", - "version": "1.5.6", + "version": "1.5.7", "default_locale": "en", "description": "__MSG_extShortDesc__", diff --git a/platform/opera/manifest.json b/platform/opera/manifest.json index a6a232cf5..27f0d6306 100644 --- a/platform/opera/manifest.json +++ b/platform/opera/manifest.json @@ -2,7 +2,7 @@ "manifest_version": 2, "name": "uBlock Origin", - "version": "1.5.6", + "version": "1.5.7", "default_locale": "en", "description": "__MSG_extShortDesc__", @@ -38,7 +38,7 @@ "all_frames": true }, { - "matches": ["http://*/*", "https://*/*"], + "matches": ["http://*/*", "https://*/*"], "js": ["js/scriptlets/subscriber.js"], "run_at": "document_idle", "all_frames": false