Skip to content

Commit

Permalink
version bump to 0.8.4 and revert change to node version since we have…
Browse files Browse the repository at this point in the history
… the real fix in deploy.sh
  • Loading branch information
jasoncalabrese committed Dec 29, 2015
1 parent 898513c commit e38be3a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion 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",
Expand Down
4 changes: 2 additions & 2 deletions 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",
Expand Down Expand Up @@ -44,7 +44,7 @@
}
},
"engines": {
"node": "0.10.40"
"node": "0.10.x"
},
"dependencies": {
"async": "^0.9.0",
Expand Down

0 comments on commit e38be3a

Please sign in to comment.