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:
parent
e52d5ad9ac
commit
99b97d4a6e
@ -1,4 +1,9 @@
|
||||
|
||||
0.7.0 / 2012-02-21
|
||||
==================
|
||||
|
||||
* Adding `--stable` only option [tomgallacher]
|
||||
|
||||
0.6.1 / 2012-01-26
|
||||
==================
|
||||
|
||||
|
2
bin/n
2
bin/n
@ -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
|
||||
|
||||
|
@ -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" }
|
||||
|
Loading…
Reference in New Issue
Block a user