diff --git a/frontend/package.json b/frontend/package.json index bee1bac05..64b3d15eb 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -1,6 +1,6 @@ { "name": "frontend", - "version": "1.2.1", + "version": "1.3.0", "license": "MIT", "scripts": { "ng": "ng", diff --git a/package.json b/package.json index 0bdb9162b..e9c6d3653 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "i-analyzer", - "version": "1.2.1", + "version": "1.3.0", "license": "MIT", "scripts": { "postinstall": "npm run install-backend && npm run install-frontend",