Skip to content

Commit 00f3ba0

Browse files
committed
v0.24.2
1 parent 0f1efc8 commit 00f3ba0

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.24.2/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.24.2/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

@@ -206,7 +206,7 @@ After the v0.8.6 release of node, nvm tries to install from binary packages. But
206206
nvm install -s 0.8.6
207207

208208
[1]: https://github.com/creationix/nvm.git
209-
[2]: https://github.com/creationix/nvm/blob/v0.24.1/install.sh
209+
[2]: https://github.com/creationix/nvm/blob/v0.24.2/install.sh
210210
[3]: https://travis-ci.org/creationix/nvm
211211
[Urchin]: https://github.com/scraperwiki/urchin
212212
[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.24.2"
1515
}
1616

1717
#

nvm.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1703,7 +1703,7 @@ $NVM_LS_REMOTE_IOJS_OUTPUT" | command grep -v "N/A" | sed '/^$/d')"
17031703
nvm_version $2
17041704
;;
17051705
"--version" )
1706-
echo "0.24.1"
1706+
echo "0.24.2"
17071707
;;
17081708
"unload" )
17091709
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.24.2",
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)