From 5ddffa6c009083a1e9798bd7e38d8daf2dea025e Mon Sep 17 00:00:00 2001 From: gorhill Date: Mon, 13 Nov 2017 18:50:13 -0500 Subject: [PATCH] new revision for dev build --- platform/chromium/manifest.json | 2 +- platform/webext/manifest.json | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/platform/chromium/manifest.json b/platform/chromium/manifest.json index 8542463..eaceb8b 100644 --- a/platform/chromium/manifest.json +++ b/platform/chromium/manifest.json @@ -2,7 +2,7 @@ "manifest_version": 2, "name": "uMatrix", "short_name": "uMatrix", - "version": "1.1.2", + "version": "1.1.3.0", "description": "__MSG_extShortDesc__", "icons": { "16": "img/icon_16.png", diff --git a/platform/webext/manifest.json b/platform/webext/manifest.json index bdd4853..3e69788 100644 --- a/platform/webext/manifest.json +++ b/platform/webext/manifest.json @@ -38,7 +38,6 @@ "128": "img/icon_128.png" }, "manifest_version": 2, - "minimum_chrome_version": "26.0", "name": "uMatrix", "options_ui": { "page":"dashboard.html",