From 024660537950d171a1a5f215aafeed6c1b23320c Mon Sep 17 00:00:00 2001 From: Chrystian Huot Date: Mon, 24 Jan 2022 11:01:31 -0500 Subject: [PATCH] Fix webapp not reporting version 6.1.5 --- client/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/package.json b/client/package.json index 5e3d742..1b8bfb3 100644 --- a/client/package.json +++ b/client/package.json @@ -39,5 +39,5 @@ "build": "ng build --base-href ./ --configuration production", "start": "ng serve" }, - "version": "6.1.4" + "version": "6.1.5" }