From 0541ddbcfd11e7e1d45df8c032c15817bd13ebb3 Mon Sep 17 00:00:00 2001 From: Raymond Hill Date: Sun, 11 Jun 2023 10:29:05 -0400 Subject: [PATCH] [mv3] Allows for revisions distinct from filter lists revisions --- platform/mv3/chromium/manifest.json | 2 +- platform/mv3/firefox/manifest.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/platform/mv3/chromium/manifest.json b/platform/mv3/chromium/manifest.json index 0fa3b5b70..81c55d87e 100644 --- a/platform/mv3/chromium/manifest.json +++ b/platform/mv3/chromium/manifest.json @@ -38,6 +38,6 @@ "storage" ], "short_name": "uBO Lite", - "version": "1", + "version": "1.0", "web_accessible_resources": [] } diff --git a/platform/mv3/firefox/manifest.json b/platform/mv3/firefox/manifest.json index c521950c8..d100f04b3 100644 --- a/platform/mv3/firefox/manifest.json +++ b/platform/mv3/firefox/manifest.json @@ -45,6 +45,6 @@ "storage" ], "short_name": "uBO Lite", - "version": "1", + "version": "1.0", "web_accessible_resources": [] }