diff --git a/package-lock.json b/package-lock.json index a3a68f4..21ffc03 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "termtalk", - "version": "1.6.1", + "version": "2.0.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "termtalk", - "version": "1.6.1", + "version": "2.0.0", "license": "MIT", "dependencies": { "chalk": "^5.3.0", diff --git a/package.json b/package.json index 2facb7e..8b0b8a9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "termtalk", - "version": "1.6.1", + "version": "2.0.0", "description": "Npm package to securely chat with your friend through your CLI.", "scripts": { "host": "node ./server/server.js",