diff --git a/cli/npm-shrinkwrap.json b/cli/npm-shrinkwrap.json index 08af3a59..f1889a9d 100644 --- a/cli/npm-shrinkwrap.json +++ b/cli/npm-shrinkwrap.json @@ -1,12 +1,12 @@ { "name": "@dop/redoc-cli", - "version": "0.0.0", + "version": "1.0.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@dop/redoc-cli", - "version": "0.0.0", + "version": "1.0.0", "license": "MIT", "dependencies": { "@dop/redoc": "git+https://git@github.com/mongodb-forks/redoc.git#v1.0.0", diff --git a/cli/package.json b/cli/package.json index 50d97b8c..bb532885 100644 --- a/cli/package.json +++ b/cli/package.json @@ -1,6 +1,6 @@ { "name": "@dop/redoc-cli", - "version": "0.0.0", + "version": "1.0.0", "description": "ReDoc's Command Line Interface", "main": "index.js", "bin": "index.js",