From 62b201c6f68344904c3bcc5991509c725d7317bf Mon Sep 17 00:00:00 2001 From: Rob Garrison Date: Sun, 18 Nov 2018 22:42:02 -0600 Subject: [PATCH] Fix syntax of gecko min version --- manifest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifest.json b/manifest.json index e109b849..11489478 100644 --- a/manifest.json +++ b/manifest.json @@ -119,7 +119,7 @@ "applications": { "gecko": { "id": "{7a7a4a92-a2a0-41d1-9fd7-1e92480d612d}", - "strict_min_version": "53" + "strict_min_version": "53.0" } } }