From 30c9004f0caa04e7f68f155336bd853a7a205660 Mon Sep 17 00:00:00 2001 From: Raymond Hill Date: Sun, 11 Jun 2023 10:27:05 -0400 Subject: [PATCH] [mv3] First non-experimental version --- 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 9f1f109b5..0fa3b5b70 100644 --- a/platform/mv3/chromium/manifest.json +++ b/platform/mv3/chromium/manifest.json @@ -38,6 +38,6 @@ "storage" ], "short_name": "uBO Lite", - "version": "0.1", + "version": "1", "web_accessible_resources": [] } diff --git a/platform/mv3/firefox/manifest.json b/platform/mv3/firefox/manifest.json index a675928c9..c521950c8 100644 --- a/platform/mv3/firefox/manifest.json +++ b/platform/mv3/firefox/manifest.json @@ -45,6 +45,6 @@ "storage" ], "short_name": "uBO Lite", - "version": "0.1", + "version": "1", "web_accessible_resources": [] }