From e38be3a4a1630e92b7653b46db3b9a6b44c938bb Mon Sep 17 00:00:00 2001 From: Jason Calabrese Date: Mon, 28 Dec 2015 17:30:14 -0800 Subject: [PATCH] version bump to 0.8.4 and revert change to node version since we have the real fix in deploy.sh --- bower.json | 2 +- package.json | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/bower.json b/bower.json index 0d834d20e1f..ab28ae82445 100644 --- a/bower.json +++ b/bower.json @@ -1,6 +1,6 @@ { "name": "nightscout", - "version": "0.8.4-hotfixtest1", + "version": "0.8.4", "dependencies": { "jquery": "2.1.0", "jQuery-Storage-API": "~1.7.2", diff --git a/package.json b/package.json index 043700939b5..d8a3fc2a9c4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "Nightscout", - "version": "0.8.4-hotfixtest1", + "version": "0.8.4", "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", @@ -44,7 +44,7 @@ } }, "engines": { - "node": "0.10.40" + "node": "0.10.x" }, "dependencies": { "async": "^0.9.0",