diff --git a/package-lock.json b/package-lock.json index 575ae20..96c4c6e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "zilaws-client", - "version": "2.0.2", + "version": "2.0.3", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "zilaws-client", - "version": "2.0.2", + "version": "2.0.3", "license": "MIT", "dependencies": { "uuid": "^9.0.0", diff --git a/package.json b/package.json index a03e9a7..161a0e2 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "$schema": "https://json.schemastore.org/package", "name": "zilaws-client", - "version": "2.0.2", + "version": "2.0.3", "description": "ZilaWS is a blazingly fast and very lightweight library that provides an extremely easy-to-use way to transmit data via websockets between client-side and server-side using eventhandlers and async waiters.", "main": "dist/cjs/index.js", "module": "dist/esm/index.js",