From 2155bbd31e8ebae4bf00daa97f9d6170c1ce7b74 Mon Sep 17 00:00:00 2001 From: Tom Schuster Date: Sat, 16 Dec 2023 17:17:25 +0100 Subject: [PATCH] web/extension: Correct the version used for the Firefox extension --- web/packages/extension/tools/sign_xpi.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/web/packages/extension/tools/sign_xpi.js b/web/packages/extension/tools/sign_xpi.js index 35aa76af3112..3364438e393d 100644 --- a/web/packages/extension/tools/sign_xpi.js +++ b/web/packages/extension/tools/sign_xpi.js @@ -61,10 +61,10 @@ async function sign( json: { compatibility: { firefox: { - min: "84", + min: "84.0", }, android: { - min: "120", + min: "120.0", }, }, approval_notes: `This version was derived from the source code available at https://github.com/ruffle-rs/ruffle/releases/tag/${sourceTag} - a ZIP file from this Git tag has been attached. If you download it yourself instead of using the ZIP file provided, make sure to grab the reproducible version of the ZIP, as it contains versioning information that will not be present on the main source download.\n\