0
0
mirror of https://github.com/tj/n.git synced 2024-11-22 11:37:26 +01:00

Release 0.7.0

This commit is contained in:
TJ Holowaychuk 2012-02-21 19:37:21 -08:00
parent e52d5ad9ac
commit 99b97d4a6e
3 changed files with 7 additions and 2 deletions

View File

@ -1,4 +1,9 @@
0.7.0 / 2012-02-21
==================
* Adding `--stable` only option [tomgallacher]
0.6.1 / 2012-01-26
==================

2
bin/n
View File

@ -2,7 +2,7 @@
# Library version
VERSION="0.6.1"
VERSION="0.7.0"
N_PREFIX=${N_PREFIX-/usr/local}
VERSIONS_DIR=$N_PREFIX/n/versions

View File

@ -1,6 +1,6 @@
{ "name": "n"
, "description": "node version manager"
, "version": "0.6.1"
, "version": "0.7.0"
, "author": "TJ Holowaychuk <tj@vision-media.ca>"
, "keywords": ["node", "binary", "version", "env"]
, "bin": { "n": "./bin/n" }