diff --git a/package-lock.json b/package-lock.json index ec2a2e7..2ad0b2d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "bx", - "version": "0.4.3", + "version": "0.5.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "bx", - "version": "0.4.3", + "version": "0.5.0", "license": "MIT", "dependencies": { "vite": "^5.1.3", diff --git a/package.json b/package.json index f25bcdf..31e057c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "bx", - "version": "0.4.3", + "version": "0.5.0", "description": "Command line tool to run JavaScript, TypeScript or HTML files in the browser.", "exports": "./dist/index.js", "type": "module",