diff --git a/js/package-lock.json b/js/package-lock.json index 3086b535..6c24c8e9 100644 --- a/js/package-lock.json +++ b/js/package-lock.json @@ -1,12 +1,12 @@ { "name": "bitbazaar", - "version": "0.0.11", + "version": "0.0.12", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "bitbazaar", - "version": "0.0.11", + "version": "0.0.12", "license": "MIT", "dependencies": { "@preact/preset-vite": "2.6.0", diff --git a/js/package.json b/js/package.json index e0584505..327bd43a 100644 --- a/js/package.json +++ b/js/package.json @@ -1,6 +1,6 @@ { "name": "bitbazaar", - "version": "0.0.11", + "version": "0.0.12", "description": "An assortment of publicly available cross-language utilities useful to my projects.", "scripts": { "test": "vitest",