mirror of
https://github.com/bckelley/cgm-remote-monitor.git
synced 2026-08-24 03:14:12 -05:00
Bump version to 0.12.5-dev, remove Node 8 from Travis to speed up builds
This commit is contained in:
@@ -24,8 +24,6 @@ matrix:
|
||||
allow_failures:
|
||||
node_js: "node"
|
||||
include:
|
||||
- node_js: "8"
|
||||
<<: *node_js-steps
|
||||
- node_js: "10"
|
||||
<<: *node_js-steps
|
||||
- node_js: "node" # Latest Node is not supported, and recommend, but we'll test it to know incompatibility issues
|
||||
|
||||
+1
-1
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "nightscout",
|
||||
"version": "0.12.4",
|
||||
"version": "0.12.5-dev",
|
||||
"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",
|
||||
|
||||
+1
-1
@@ -8,7 +8,7 @@
|
||||
"info": {
|
||||
"title": "Nightscout API",
|
||||
"description": "Own your DData with the Nightscout API",
|
||||
"version": "0.12.4",
|
||||
"version": "0.12.5-dev",
|
||||
"license": {
|
||||
"name": "AGPL 3",
|
||||
"url": "https://www.gnu.org/licenses/agpl.txt"
|
||||
|
||||
+1
-1
@@ -4,7 +4,7 @@ servers:
|
||||
info:
|
||||
title: Nightscout API
|
||||
description: Own your DData with the Nightscout API
|
||||
version: 0.12.4
|
||||
version: 0.12.5-dev
|
||||
license:
|
||||
name: AGPL 3
|
||||
url: 'https://www.gnu.org/licenses/agpl.txt'
|
||||
|
||||
Reference in New Issue
Block a user