diff --git a/npm/package.json b/npm/package.json index a0d3e45..cb84aa8 100644 --- a/npm/package.json +++ b/npm/package.json @@ -1,6 +1,6 @@ { "name": "bare", - "version": "1.4.1", + "version": "1.5.0", "description": "Small and modular JavaScript runtime for desktop and mobile", "exports": { ".": { @@ -27,6 +27,6 @@ }, "homepage": "https://github.com/holepunchto/bare", "dependencies": { - "bare-runtime": "1.4.1" + "bare-runtime": "1.5.0" } }