Skip to content

Commit

Permalink
[dist] Version bump. 0.7.6. 0.4.x only. forever >= 0.8.0 will be 0.…
Browse files Browse the repository at this point in the history
…6.x compatible
  • Loading branch information
indexzero committed Dec 23, 2011
1 parent 88d9c20 commit 2ac0459
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Expand Up @@ -2,7 +2,7 @@
"name": "forever",
"preferGlobal": "true",
"description": "A simple CLI tool for ensuring that a given node script runs continuously (i.e. forever)",
"version": "0.7.5",
"version": "0.7.6",
"author": "Nodejitsu Inc <info@nodejitsu.com>",
"contributors": [
{ "name": "Charlie Robbins", "email": "charlie@nodejitsu.com" },
Expand Down Expand Up @@ -49,6 +49,6 @@
"test": "vows --spec --isolate"
},
"engines": {
"node": ">= 0.4.0"
"node": "~0.4.0"
}
}

0 comments on commit 2ac0459

Please sign in to comment.