diff --git a/package-lock.json b/package-lock.json index 43430f6..37e9c3b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,11 +1,11 @@ { "name": "artillery-plugin-metrics-by-endpoint", - "version": "0.1.1", + "version": "1.0.0", "lockfileVersion": 2, "requires": true, "packages": { "": { - "version": "0.1.1", + "version": "1.0.0", "license": "MPL-2.0", "dependencies": { "debug": "^4.3.2" diff --git a/package.json b/package.json index c3431a0..0a11292 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "artillery-plugin-metrics-by-endpoint", - "version": "0.1.1", + "version": "1.0.0", "description": "Per-endpoint breakdown of latency and response codes for Artillery HTTP tests.", "main": "index.js", "scripts": {