diff --git a/package-lock.json b/package-lock.json index fdf52f6..5937aed 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "qas-cli", - "version": "0.7.0", + "version": "0.8.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "qas-cli", - "version": "0.7.0", + "version": "0.8.0", "license": "ISC", "dependencies": { "@napi-rs/keyring": "^1.2.0", diff --git a/package.json b/package.json index 580bc05..5c3a0cd 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "qas-cli", - "version": "0.7.0", + "version": "0.8.0", "description": "QAS CLI is a command line tool for submitting your automation test results to QA Sphere at https://qasphere.com/", "type": "module", "main": "./build/bin/qasphere.js",