From fc28273f2c2b603d38fe5db29bc80489c3ec6006 Mon Sep 17 00:00:00 2001 From: Scott Bender Date: Thu, 22 Aug 2024 14:15:20 -0400 Subject: [PATCH] 1.15.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 3a78fd8..5156fdf 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "signalk-anchoralarm-plugin", - "version": "1.14.2", + "version": "1.15.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "signalk-anchoralarm-plugin", - "version": "1.14.2", + "version": "1.15.0", "license": "ISC", "dependencies": { "baconjs": "^0.7.88", diff --git a/package.json b/package.json index ae50991..56d12e5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "signalk-anchoralarm-plugin", - "version": "1.14.2", + "version": "1.15.0", "description": "Plugin that checks the vessel position to see if there's anchor drift", "main": "index.js", "scripts": {