From f65ab30d8a315ba46b168ca5446a81b24b4f60cc Mon Sep 17 00:00:00 2001 From: Scott Bender Date: Wed, 14 Aug 2024 23:13:25 -0400 Subject: [PATCH] 1.14.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 a8cbc1a..46e89ec 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "signalk-anchoralarm-plugin", - "version": "1.14.0", + "version": "1.14.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "signalk-anchoralarm-plugin", - "version": "1.14.0", + "version": "1.14.1", "license": "ISC", "dependencies": { "baconjs": "^0.7.88", diff --git a/package.json b/package.json index 077377a..5bfe3ee 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "signalk-anchoralarm-plugin", - "version": "1.14.0", + "version": "1.14.1", "description": "Plugin that checks the vessel position to see if there's anchor drift", "main": "index.js", "scripts": {