From 0feb3afff7e83ae6ea66c81d2a22a9d4f0ffbc2a Mon Sep 17 00:00:00 2001 From: ingalls Date: Mon, 15 Jul 2024 10:56:31 -0600 Subject: [PATCH] 2.67.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 668d4ea2d..38b4a6be8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@tak-ps/CloudTAK", - "version": "2.67.0", + "version": "2.67.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@tak-ps/CloudTAK", - "version": "2.67.0", + "version": "2.67.1", "license": "ISC", "dependencies": { "@openaddresses/batch-alarms": "^4.0.0", diff --git a/package.json b/package.json index eb7318220..168c2486e 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@tak-ps/CloudTAK", "type": "module", - "version": "2.67.0", + "version": "2.67.1", "description": "Facilitate ETL operations to bring non-TAK sources into a TAK Server", "scripts": { "lint": "eslint cloudformation/**/*.js",