diff --git a/package-lock.json b/package-lock.json index 98ab9d5..866707f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "zilaws-server", - "version": "1.0.0", + "version": "1.0.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "zilaws-server", - "version": "1.0.0", + "version": "1.0.1", "license": "MIT", "dependencies": { "ws": "^8.13.0" diff --git a/package.json b/package.json index 125fdb8..43e937d 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "$schema": "https://json.schemastore.org/package", "name": "zilaws-server", - "version": "1.0.0", + "version": "1.0.1", "description": "Typescript NPM package template that is ready for NPM and Github Packages publish.", "main": "dist/cjs/index.js", "module": "dist/esm/index.js",