Skip to content

Commit

Permalink
Version 4.0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
reconbot committed Dec 12, 2016
1 parent 4650094 commit 4a2a3cf
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ If you'd like to contribute please take a look at [contribution guide](CONTRIBUT

You're reading the README for the master branch of serialport. You probably want to be looking at the README of our latest release. See our [change log](changelog.md) for what's new and our [upgrade guide](UPGRADE_GUIDE.md) for a walk through on what to look out for between major versions.

- [`[email protected]-beta1` docs are here](https://github.com/EmergingTechnologyAdvisors/node-serialport/blob/4.0.7-beta1/README.md) it is the latest `4.x` releases.
- [`[email protected]` docs are here](https://github.com/EmergingTechnologyAdvisors/node-serialport/blob/4.0.7/README.md) it is the latest `4.x` releases.
- [`[email protected]` docs are here](https://github.com/EmergingTechnologyAdvisors/node-serialport/blob/3.1.2/README.md) it is the latest `3.x` releases.
- [`[email protected]` docs are here](https://github.com/EmergingTechnologyAdvisors/node-serialport/blob/2.1.2/README.md) it was the last `2.x` release
- [`[email protected]` docs are here](https://github.com/EmergingTechnologyAdvisors/node-serialport/blob/v1.7.4/README.md) it was the last `1.x` release
Expand Down
2 changes: 1 addition & 1 deletion changelog.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Version 4.0.7-beta1
Version 4.0.7
-------------
- [all] Fix baud rate parsing in serialport-terminal thanks to @radio-miskovice for reporting it!
- [windows] Refactor `SerialPort.list` to be a lot smaller and pickup vendorId, productId and locationId thanks to @zensey for #877!
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "serialport",
"version": "4.0.7-beta4",
"version": "4.0.7",
"description": "Node.js package to access serial ports. Welcome your robotic javascript overlords. Better yet, program them!",
"author": {
"name": "Chris Williams",
Expand All @@ -10,7 +10,7 @@
"binary": {
"module_name": "serialport",
"module_path": "build/{configuration}/",
"host": "https://github.com/EmergingTechnologyAdvisors/node-serialport/releases/download/4.0.7-beta4"
"host": "https://github.com/EmergingTechnologyAdvisors/node-serialport/releases/download/4.0.7"
},
"main": "./lib/serialport",
"repository": {
Expand Down

0 comments on commit 4a2a3cf

Please sign in to comment.