Skip to content

Commit ebdcdc4

Browse files
committed
v0.28.0
1 parent b805de8 commit ebdcdc4

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.27.1/install.sh | bash
18+
curl -o- https://raw.githubusercontent.com/creationix/nvm/v0.28.0/install.sh | bash
1919

2020
or Wget:
2121

22-
wget -qO- https://raw.githubusercontent.com/creationix/nvm/v0.27.1/install.sh | bash
22+
wget -qO- https://raw.githubusercontent.com/creationix/nvm/v0.28.0/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.27.1/install.sh
239+
[2]: https://github.com/creationix/nvm/blob/v0.28.0/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
@@ -11,7 +11,7 @@ if [ -z "$NVM_DIR" ]; then
1111
fi
1212

1313
nvm_latest_version() {
14-
echo "v0.27.1"
14+
echo "v0.28.0"
1515
}
1616

1717
#

nvm.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2149,7 +2149,7 @@ $NVM_LS_REMOTE_POST_MERGED_OUTPUT" | command grep -v "N/A" | command sed '/^$/d'
21492149
nvm_remote_version "$2"
21502150
;;
21512151
"--version" )
2152-
echo "0.27.1"
2152+
echo "0.28.0"
21532153
;;
21542154
"unload" )
21552155
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.27.1",
3+
"version": "0.28.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)