mirror of
https://github.com/nvm-sh/nvm.git
synced 2025-05-10 14:21:50 +00:00
v0.4.0
This commit is contained in:
parent
96635cd2bd
commit
6dde4aac38
2
nvm.sh
2
nvm.sh
@ -554,7 +554,7 @@ nvm() {
|
||||
nvm_version $2
|
||||
;;
|
||||
"--version" )
|
||||
echo "nvm v0.3.0"
|
||||
echo "nvm v0.4.0"
|
||||
;;
|
||||
* )
|
||||
nvm help
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "nvm",
|
||||
"version": "0.2.0",
|
||||
"version": "0.4.0",
|
||||
"description": "Node Version Manager - Simple bash script to manage multiple active node.js versions",
|
||||
"directories": {
|
||||
"test": "test"
|
||||
|
Loading…
Reference in New Issue
Block a user