diff --git a/package-lock.json b/package-lock.json index f66320a..b554860 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "smartsocket", - "version": "1.1.25", + "version": "1.1.26", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 323772d..af82449 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@pushrocks/smartsocket", - "version": "1.1.25", + "version": "1.1.26", "description": "easy and secure websocket communication", "main": "dist/index.js", "typings": "dist/index.d.ts", @@ -39,4 +39,4 @@ "@types/node": "^10.12.19" }, "private": false -} \ No newline at end of file +}