From 66989010efbc0faedd50e7fca89ea833f6edaae3 Mon Sep 17 00:00:00 2001 From: ingalls Date: Tue, 26 Nov 2024 15:51:32 -0700 Subject: [PATCH] 5.9.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 121c66fa2..66afec766 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@tak-ps/CloudTAK", - "version": "5.8.0", + "version": "5.9.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@tak-ps/CloudTAK", - "version": "5.8.0", + "version": "5.9.0", "license": "AGPL", "dependencies": { "@openaddresses/batch-alarms": "^4.4.0", diff --git a/package.json b/package.json index 45034aaac..e784a4cd9 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@tak-ps/CloudTAK", "type": "module", - "version": "5.8.0", + "version": "5.9.0", "description": "Facilitate ETL operations to bring non-TAK sources into a TAK Server", "scripts": { "lint": "eslint build.js cloudformation/",