diff --git a/package-lock.json b/package-lock.json index 415c756..f047485 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "towing-hook", - "version": "0.0.1", + "version": "0.0.2", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "towing-hook", - "version": "0.0.1", + "version": "0.0.2", "license": "MIT", "dependencies": { "mitm": "^1.7.2", diff --git a/package.json b/package.json index cc08357..bc59506 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "towing-hook", - "version": "0.0.1", + "version": "0.0.2", "description": "Tunnel all outgoing TCP connections in your application through WebSockets", "main": "index.js", "scripts": {