From c3b08874ad30fba34379a131525154e8fd74cff9 Mon Sep 17 00:00:00 2001 From: BeritJanssen Date: Mon, 11 Nov 2019 14:12:11 +0100 Subject: [PATCH] bumped version number --- frontend/package.json | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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",