From 0faaaa5d933c1389b4e16a956e9226d088add90b Mon Sep 17 00:00:00 2001 From: ingalls Date: Wed, 3 Jul 2024 09:23:28 -0600 Subject: [PATCH] 2.64.0 --- 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 f220ed14b..2fa2a9324 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@tak-ps/CloudTAK", - "version": "2.63.0", + "version": "2.64.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@tak-ps/CloudTAK", - "version": "2.63.0", + "version": "2.64.0", "license": "ISC", "dependencies": { "@openaddresses/batch-alarms": "^4.0.0", diff --git a/package.json b/package.json index 9f16c3866..028db9f63 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@tak-ps/CloudTAK", "type": "module", - "version": "2.63.0", + "version": "2.64.0", "description": "Facilitate ETL operations to bring non-TAK sources into a TAK Server", "scripts": { "lint": "eslint cloudformation/**/*.js",