From 5480525842ac2ae83fc15738f63425ef2e0a13d1 Mon Sep 17 00:00:00 2001 From: William Durand Date: Mon, 4 Dec 2023 11:52:31 +0100 Subject: [PATCH] 7.9.0 --- package-lock.json | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index 0640eed69b..3f49969448 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "web-ext", - "version": "7.8.0", + "version": "7.9.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "web-ext", - "version": "7.8.0", + "version": "7.9.0", "license": "MPL-2.0", "dependencies": { "@babel/runtime": "7.21.0", diff --git a/package.json b/package.json index a029374550..2a140c292a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "web-ext", - "version": "7.8.0", + "version": "7.9.0", "description": "A command line tool to help build, run, and test web extensions", "type": "module", "main": "index.js",