Skip to content

Commit 448bd38

Browse files
committed
v0.22.2
1 parent 0ad5a45 commit 448bd38

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
@@ -12,11 +12,11 @@ Note: `nvm` does not support Windows (see [#284](https://github.com/creationix/n
1212

1313
To install you could use the [install script][2] using cURL:
1414

15-
curl https://raw.githubusercontent.com/creationix/nvm/v0.22.1/install.sh | bash
15+
curl https://raw.githubusercontent.com/creationix/nvm/v0.22.2/install.sh | bash
1616

1717
or Wget:
1818

19-
wget -qO- https://raw.githubusercontent.com/creationix/nvm/v0.22.1/install.sh | bash
19+
wget -qO- https://raw.githubusercontent.com/creationix/nvm/v0.22.2/install.sh | bash
2020

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

@@ -191,7 +191,7 @@ After the v0.8.6 release of node, nvm tries to install from binary packages. But
191191
nvm install -s 0.8.6
192192

193193
[1]: https://github.com/creationix/nvm.git
194-
[2]: https://github.com/creationix/nvm/blob/v0.22.1/install.sh
194+
[2]: https://github.com/creationix/nvm/blob/v0.22.2/install.sh
195195
[3]: https://travis-ci.org/creationix/nvm
196196
[Urchin]: https://github.com/scraperwiki/urchin
197197

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.22.1"
14+
echo "v0.22.2"
1515
}
1616

1717
#

nvm.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1184,7 +1184,7 @@ nvm() {
11841184
nvm_version $2
11851185
;;
11861186
"--version" )
1187-
echo "0.22.1"
1187+
echo "0.22.2"
11881188
;;
11891189
"unload" )
11901190
unset -f nvm nvm_print_versions nvm_checksum nvm_ls_remote nvm_ls nvm_remote_version nvm_version nvm_rc_version nvm_version_greater nvm_version_greater_than_or_equal_to nvm_supports_source_options > /dev/null 2>&1

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.22.1",
3+
"version": "0.22.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)