diff --git a/package-lock.json b/package-lock.json index 818b086..c6ded7b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "create-ic", - "version": "0.6.1", + "version": "0.6.2", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "create-ic", - "version": "0.6.1", + "version": "0.6.2", "license": "MIT", "dependencies": { "@junobuild/cli-tools": "^0.0.8", diff --git a/package.json b/package.json index 4db50a3..b59fae4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "create-ic", - "version": "0.6.1", + "version": "0.6.2", "description": "A simple command line tool for initializing projects with Juno or guiding developers to the Internet Computer documentation", "type": "module", "bin": "dist/index.js",