diff --git a/package-lock.json b/package-lock.json index ae2883e821..b8060eeed0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -22759,7 +22759,7 @@ } }, "packages/artillery-plugin-apdex": { - "version": "1.0.0", + "version": "1.0.1", "license": "MPL-2.0" }, "packages/artillery-plugin-ensure": { diff --git a/packages/artillery-plugin-apdex/package.json b/packages/artillery-plugin-apdex/package.json index 8e76818253..7b7a32745d 100644 --- a/packages/artillery-plugin-apdex/package.json +++ b/packages/artillery-plugin-apdex/package.json @@ -1,6 +1,6 @@ { "name": "artillery-plugin-apdex", - "version": "1.0.0", + "version": "1.0.1", "description": "Calculate and report Apdex scores", "main": "index.js", "scripts": {