diff --git a/package-lock.json b/package-lock.json index e608d0a..ef8099d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "bx", - "version": "0.5.2", + "version": "0.6.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "bx", - "version": "0.5.2", + "version": "0.6.0", "license": "MIT", "dependencies": { "vite": "^5.2.3", diff --git a/package.json b/package.json index a41fba5..6ac9916 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "bx", - "version": "0.5.2", + "version": "0.6.0", "description": "Command line tool to run JavaScript, TypeScript or HTML files in the browser.", "exports": "./dist/index.js", "types": "./dist/index.d.ts",