From f69c5d06f51f57cc7b0414ad0bf3c34807e21560 Mon Sep 17 00:00:00 2001 From: Scott Bender Date: Mon, 21 Aug 2023 14:40:40 -0400 Subject: [PATCH] 1.4.0 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 81abdb5..5366529 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@signalk/signalk-autopilot", - "version": "1.3.0", + "version": "1.4.0", "description": "Plugin that controls an autopilot", "main": "index.js", "scripts": { @@ -37,4 +37,4 @@ "appIcon": "./appIcon-72x72.png", "displayName": "Signal K autopilot" } -} \ No newline at end of file +}