From ec95cbe11b6a7c42284f6839934bef6e855fb198 Mon Sep 17 00:00:00 2001 From: kkapsner Date: Sat, 30 Mar 2024 17:27:30 +0100 Subject: [PATCH] Bump min version to 100 to avoid warnings in the upload process --- manifest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifest.json b/manifest.json index d515639..690aeba 100644 --- a/manifest.json +++ b/manifest.json @@ -102,7 +102,7 @@ "gecko": { "id": "CanvasBlocker@kkapsner.de", "update_url": "https://canvasblocker.kkapsner.de/versions/updates.json", - "strict_min_version": "68.0" + "strict_min_version": "100.0" } }, "default_locale": "en",