Skip to content

Commit

Permalink
bump binary path to 5.0.0-beta3
Browse files Browse the repository at this point in the history
  • Loading branch information
reconbot committed Jan 12, 2017
1 parent 5a57e5b commit 4cf98ae
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ Version 5.0.0-beta3
- [all] Introduce a binding layer to provide a common low level interface to work with different platforms.
- [all] add `#get` to retrieve modem status flags thanks to @jgillick!
- [all] Add electron precompiled binaries thanks to @Mike-Dax
- [all] Allow node-pre-gyp path and host to be overridden thanks to @thom-nic
- [all] Conform to NodeJS error message formats
- [all] Drop NodeJS 0.10 and 0.12 support
- [all] Fix baud rate parsing in `serialport-terminal` thanks to @radio-miskovice for reporting it!
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"binary": {
"module_name": "serialport",
"module_path": "build/{configuration}/",
"host": "https://github.com/EmergingTechnologyAdvisors/node-serialport/releases/download/5.0.0-beta2"
"host": "https://github.com/EmergingTechnologyAdvisors/node-serialport/releases/download/5.0.0-beta3"
},
"main": "./lib",
"repository": {
Expand Down

0 comments on commit 4cf98ae

Please sign in to comment.