From 4a2a3cfae7ecba4e22e9c6d4cf7dfb7ec64324f6 Mon Sep 17 00:00:00 2001 From: Francis Gulotta Date: Sun, 11 Dec 2016 23:27:53 -0500 Subject: [PATCH] Version 4.0.7 --- README.md | 2 +- changelog.md | 2 +- package.json | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 486e93194..6a1a5b415 100644 --- a/README.md +++ b/README.md @@ -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. - - [`serialport@4.0.7-beta1` docs are here](https://github.com/EmergingTechnologyAdvisors/node-serialport/blob/4.0.7-beta1/README.md) it is the latest `4.x` releases. + - [`serialport@4.0.7` docs are here](https://github.com/EmergingTechnologyAdvisors/node-serialport/blob/4.0.7/README.md) it is the latest `4.x` releases. - [`serialport@3.1.2` docs are here](https://github.com/EmergingTechnologyAdvisors/node-serialport/blob/3.1.2/README.md) it is the latest `3.x` releases. - [`serialport@2.1.2` docs are here](https://github.com/EmergingTechnologyAdvisors/node-serialport/blob/2.1.2/README.md) it was the last `2.x` release - [`serialport@1.7.4` docs are here](https://github.com/EmergingTechnologyAdvisors/node-serialport/blob/v1.7.4/README.md) it was the last `1.x` release diff --git a/changelog.md b/changelog.md index 6e71fcb1f..d0e8fadb1 100644 --- a/changelog.md +++ b/changelog.md @@ -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! diff --git a/package.json b/package.json index 6e516c66c..b71c7bba2 100644 --- a/package.json +++ b/package.json @@ -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", @@ -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": {