Skip to content

Commit 26ee4aa

Browse files
committed
v0.26.1
1 parent 8746d63 commit 26ee4aa

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
@@ -15,11 +15,11 @@ Note: `nvm` does not support [Fish] either (see [#303](https://github.com/creati
1515

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

18-
curl -o- https://raw.githubusercontent.com/creationix/nvm/v0.26.0/install.sh | bash
18+
curl -o- https://raw.githubusercontent.com/creationix/nvm/v0.26.1/install.sh | bash
1919

2020
or Wget:
2121

22-
wget -qO- https://raw.githubusercontent.com/creationix/nvm/v0.26.0/install.sh | bash
22+
wget -qO- https://raw.githubusercontent.com/creationix/nvm/v0.26.1/install.sh | bash
2323

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

@@ -236,7 +236,7 @@ After the v0.8.6 release of node, nvm tries to install from binary packages. But
236236
nvm install -s 0.8.6
237237

238238
[1]: https://github.com/creationix/nvm.git
239-
[2]: https://github.com/creationix/nvm/blob/v0.26.0/install.sh
239+
[2]: https://github.com/creationix/nvm/blob/v0.26.1/install.sh
240240
[3]: https://travis-ci.org/creationix/nvm
241241
[Urchin]: https://github.com/scraperwiki/urchin
242242
[Fish]: http://fishshell.com

install.sh

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

1515
nvm_latest_version() {
16-
echo "v0.26.0"
16+
echo "v0.26.1"
1717
}
1818

1919
#

nvm.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1875,7 +1875,7 @@ $NVM_LS_REMOTE_IOJS_OUTPUT" | command grep -v "N/A" | command sed '/^$/d')"
18751875
nvm_remote_version "$2"
18761876
;;
18771877
"--version" )
1878-
echo "0.26.0"
1878+
echo "0.26.1"
18791879
;;
18801880
"unload" )
18811881
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.26.0",
3+
"version": "0.26.1",
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)