From c1b8c2e471206a43db153f75a859992729d56bdb Mon Sep 17 00:00:00 2001 From: Gabriel Bustamante Date: Tue, 30 Jan 2024 16:20:18 -0600 Subject: [PATCH] Update package.json to use major.minor versioning scheme I am using this addon as a guinea pig to troubleshoot https://github.com/mozilla-extensions/xpi-manifest/pull/215 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index e895337..9a4e01e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "balrog-dryrun", - "version": "3.0.0", + "version": "3.0", "description": "Dry run extension for testing the system add-on release process", "license": "MPL-2.0", "private": true,