Skip to content

Commit

Permalink
v0.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
marcelklehr committed Nov 14, 2015
1 parent 6ef1c78 commit a7c590a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ Nodist was designed to replace any existing node.js installation, so *if node is

### Installing with the official installer

1. Download the installer [here](https://github.com/marcelklehr/nodist/releases/download/v0.7.0/NodistSetup-v0.7.0.exe)
1. Download the installer [here](https://github.com/marcelklehr/nodist/releases/download/v0.7.1/NodistSetup-v0.7.1.exe)
2. Run the installer and follow the install wizard

### Migrating from <=0.6 to 0.7
Expand Down Expand Up @@ -184,6 +184,9 @@ MIT License

## Changelog

v0.7.1
* Fix x64 support

v0.7.0 (thanks to @nullivex)
* Add support for hashing downloading binaries and comparing to upstream
* Code refactor to implement standards similar to npmjs style
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "nodist",
"version": "0.7.0",
"version": "0.7.1",
"description": "Natural node version manager for windows",
"keywords": [
"node",
Expand Down

0 comments on commit a7c590a

Please sign in to comment.