From b3ccaf35058efa48e4d5a9dbe97e9f87f0167453 Mon Sep 17 00:00:00 2001 From: Sulka Haro Date: Tue, 2 Feb 2021 19:57:10 +0200 Subject: [PATCH] Bump version to 14.2.0 --- lib/server/swagger.json | 2 +- lib/server/swagger.yaml | 2 +- package.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/lib/server/swagger.json b/lib/server/swagger.json index 104f402c..1a2ecb49 100755 --- a/lib/server/swagger.json +++ b/lib/server/swagger.json @@ -8,7 +8,7 @@ "info": { "title": "Nightscout API", "description": "Own your DData with the Nightscout API", - "version": "14.1.1", + "version": "14.2.0", "license": { "name": "AGPL 3", "url": "https://www.gnu.org/licenses/agpl.txt" diff --git a/lib/server/swagger.yaml b/lib/server/swagger.yaml index c47f1dd1..de480538 100755 --- a/lib/server/swagger.yaml +++ b/lib/server/swagger.yaml @@ -4,7 +4,7 @@ servers: info: title: Nightscout API description: Own your DData with the Nightscout API - version: 14.1.1 + version: 14.2.0 license: name: AGPL 3 url: 'https://www.gnu.org/licenses/agpl.txt' diff --git a/package.json b/package.json index 4f1906f0..abe70e42 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "nightscout", - "version": "14.1.1", + "version": "14.2.0", "description": "Nightscout acts as a web-based CGM (Continuous Glucose Montinor) to allow multiple caregivers to remotely view a patients glucose data in realtime.", "license": "AGPL-3.0", "author": "Nightscout Team",