diff --git a/package-lock.json b/package-lock.json index 3f86be9..3816231 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@testplane/plugins-profiler", - "version": "0.0.1", + "version": "1.0.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@testplane/plugins-profiler", - "version": "0.0.1", + "version": "1.0.0", "license": "MIT", "dependencies": { "bluebird": "^3.7.2", diff --git a/package.json b/package.json index e9c4020..89d6271 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@testplane/plugins-profiler", - "version": "0.0.1", + "version": "1.0.0", "description": "A plugin to profile another plugins", "main": "build/index.js", "repository": "https://github.com/gemini-testing/testplane-plugins-profiler",