From 5be9ddd812cde00184bb96ce54cdcde7e2f7318e Mon Sep 17 00:00:00 2001 From: Andrew Van Tassel Date: Fri, 10 Sep 2021 12:29:41 -0600 Subject: [PATCH] Changed strict_max_version --- manifest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifest.json b/manifest.json index 7325c88..e88abbb 100644 --- a/manifest.json +++ b/manifest.json @@ -12,7 +12,7 @@ "gecko": { "id": "thunderbird@mailhops.com", "strict_min_version": "74.0", - "strict_max_version": "93.*" + "strict_max_version": "93.0" } }, "default_locale": "en",