Skip to content

Commit

Permalink
Release 0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tj committed Jan 26, 2012
1 parent 6b2aef5 commit f41d075
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions History.md
@@ -1,4 +1,10 @@

0.6.0 / 2012-01-26
==================

* Added support for installing node with a tarball [dshaw]
* Fixed: swap echo for printf. closes #44

0.5.4 / 2011-11-05
==================

Expand Down
2 changes: 1 addition & 1 deletion bin/n
Expand Up @@ -2,7 +2,7 @@

# Library version

VERSION="0.5.4"
VERSION="0.6.0"
N_PREFIX=${N_PREFIX-/usr/local}
VERSIONS_DIR=$N_PREFIX/n/versions

Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{ "name": "n"
, "description": "node version manager"
, "version": "0.5.4"
, "version": "0.6.0"
, "author": "TJ Holowaychuk <tj@vision-media.ca>"
, "keywords": ["node", "binary", "version", "env"]
, "bin": { "n": "./bin/n" }
Expand Down

0 comments on commit f41d075

Please sign in to comment.