diff --git a/client/package.json b/client/package.json index c36d386..d04f5ed 100644 --- a/client/package.json +++ b/client/package.json @@ -1,6 +1,5 @@ { "name": "liquio-qa-bot-client", - "version": "0.0.1", "private": true, "type": "module", "scripts": { diff --git a/package.json b/package.json index 54603a4..cd8941e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "liquio-qa-bot", - "version": "1.0.0", + "version": "1.2.0", "private": true, "workspaces": [ "server", diff --git a/server/package.json b/server/package.json index c37546e..fb2b7f3 100644 --- a/server/package.json +++ b/server/package.json @@ -1,6 +1,5 @@ { "name": "liquio-qa-bot", - "version": "1.2.0", "description": "", "main": "index.js", "scripts": {