Skip to content

Commit eb5cecc

Browse files
committed
v0.25.0
1 parent 36f9339 commit eb5cecc

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

README.markdown

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,11 @@ Note: `nvm` does not support [Fish] either (see [#303](https://github.com/creati
1616

1717
To install you could use the [install script][2] using cURL:
1818

19-
curl https://raw.githubusercontent.com/creationix/nvm/v0.24.1/install.sh | bash
19+
curl https://raw.githubusercontent.com/creationix/nvm/v0.25.0/install.sh | bash
2020

2121
or Wget:
2222

23-
wget -qO- https://raw.githubusercontent.com/creationix/nvm/v0.24.1/install.sh | bash
23+
wget -qO- https://raw.githubusercontent.com/creationix/nvm/v0.25.0/install.sh | bash
2424

2525
<sub>The script clones the nvm repository to `~/.nvm` and adds the source line to your profile (`~/.bash_profile`, `~/.zshrc` or `~/.profile`).</sub>
2626

@@ -220,7 +220,7 @@ After the v0.8.6 release of node, nvm tries to install from binary packages. But
220220
nvm install -s 0.8.6
221221

222222
[1]: https://github.com/creationix/nvm.git
223-
[2]: https://github.com/creationix/nvm/blob/v0.24.1/install.sh
223+
[2]: https://github.com/creationix/nvm/blob/v0.25.0/install.sh
224224
[3]: https://travis-ci.org/creationix/nvm
225225
[Urchin]: https://github.com/scraperwiki/urchin
226226
[Fish]: http://fishshell.com

install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ if [ -z "$NVM_DIR" ]; then
1111
fi
1212

1313
nvm_latest_version() {
14-
echo "v0.24.1"
14+
echo "v0.25.0"
1515
}
1616

1717
#

nvm.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1729,7 +1729,7 @@ $NVM_LS_REMOTE_IOJS_OUTPUT" | command grep -v "N/A" | sed '/^$/d')"
17291729
nvm_version $2
17301730
;;
17311731
"--version" )
1732-
echo "0.24.1"
1732+
echo "0.25.0"
17331733
;;
17341734
"unload" )
17351735
unset -f nvm nvm_print_versions nvm_checksum \

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "nvm",
3-
"version": "0.24.1",
3+
"version": "0.25.0",
44
"description": "Node Version Manager - Simple bash script to manage multiple active node.js versions",
55
"directories": {
66
"test": "test"

0 commit comments

Comments
 (0)