diff --git a/package-lock.json b/package-lock.json index 8cc8789..4ffecf5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "smartsocket", - "version": "1.1.19", + "version": "1.1.20", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index a6d6e43..e033226 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "smartsocket", - "version": "1.1.19", + "version": "1.1.20", "description": "easy and secure websocket communication, TypeScript ready", "main": "dist/index.js", "typings": "dist/index.d.ts", @@ -39,4 +39,4 @@ "@types/node": "^10.12.19" }, "private": true -} \ No newline at end of file +}