diff --git a/package-lock.json b/package-lock.json index a228fc3000..4ad2f1814c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "web-ext", - "version": "7.5.0", + "version": "7.6.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "web-ext", - "version": "7.5.0", + "version": "7.6.0", "license": "MPL-2.0", "dependencies": { "@babel/runtime": "7.21.0", diff --git a/package.json b/package.json index 5d57964ce5..00a1c7fd40 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "web-ext", - "version": "7.5.0", + "version": "7.6.0", "description": "A command line tool to help build, run, and test web extensions", "type": "module", "main": "index.js",