From 8ffb505bb373f5744b5fc960d8f4f5b4f7ff5f68 Mon Sep 17 00:00:00 2001 From: Jonathan Sharpe Date: Sun, 2 Jan 2022 00:49:19 +0000 Subject: [PATCH] 0.4.1 --- package-lock.json | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index 95bba3e..605e02a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "salary-stats", - "version": "0.4.0", + "version": "0.4.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "salary-stats", - "version": "0.4.0", + "version": "0.4.1", "hasInstallScript": true, "license": "ISC", "dependencies": { diff --git a/package.json b/package.json index ab58f92..6a6d486 100644 --- a/package.json +++ b/package.json @@ -9,7 +9,7 @@ "highcharts", "bulma" ], - "version": "0.4.0", + "version": "0.4.1", "license": "ISC", "scripts": { "build": "ng build --configuration production",