From 3bc327021f21013d64351a2745644b906c57b4ea Mon Sep 17 00:00:00 2001 From: Joe Wicentowski Date: Mon, 31 Jan 2022 22:37:04 -0500 Subject: [PATCH] Maven updated these files but didn't commit them --- 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 c5af62f..13a6e7f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,11 +1,11 @@ { "name": "monex", - "version": "3.0.3-SNAPSHOT", + "version": "3.0.4", "lockfileVersion": 2, "requires": true, "packages": { "": { - "version": "3.0.3-SNAPSHOT", + "version": "3.0.4", "license": "LGPL-2.1", "dependencies": { "admin-lte": "^2.4.18", diff --git a/package.json b/package.json index c4642e0..551a84d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "monex", - "version": "3.0.3-SNAPSHOT", + "version": "3.0.4", "description": "Monitoring Application for eXist-db", "scripts": { "test": "echo \"Error: no test specified\" && exit 1",