Skip to content

Commit

Permalink
Release 0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tj committed Aug 8, 2011
1 parent c6df809 commit 9cdd730
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bin/n
Expand Up @@ -2,7 +2,7 @@

# Library version

VERSION="0.4.2"
VERSION="0.5.0"
PREFIX=${PREFIX-/usr/local}
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.4.2"
, "version": "0.5.0"
, "author": "TJ Holowaychuk <tj@vision-media.ca>"
, "keywords": ["node", "binary", "version", "env"]
, "bin": { "n": "./bin/n" }
Expand Down

0 comments on commit 9cdd730

Please sign in to comment.