diff --git a/bower.json b/bower.json index 874fb31e369..ab28ae82445 100644 --- a/bower.json +++ b/bower.json @@ -1,6 +1,6 @@ { "name": "nightscout", - "version": "0.8.3", + "version": "0.8.4", "dependencies": { "jquery": "2.1.0", "jQuery-Storage-API": "~1.7.2", diff --git a/deploy.sh b/deploy.sh index 29fbdc49d2b..37b307e8ad0 100755 --- a/deploy.sh +++ b/deploy.sh @@ -78,7 +78,7 @@ selectNodeVersion () { exitWithMessageOnError "getting node version failed" fi - if [[ -e "$DEPLOYMENT_TEMP/.tmp" ]]; then + if [[ -e "$DEPLOYMENT_TEMP/__npmVersion.tmp" ]]; then NPM_JS_PATH=`cat "$DEPLOYMENT_TEMP/__npmVersion.tmp"` exitWithMessageOnError "getting npm version failed" fi diff --git a/package.json b/package.json index 5a4000084cd..d8a3fc2a9c4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "Nightscout", - "version": "0.8.3", + "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",