Skip to content

Commit

Permalink
bump to beta2 for the new github urls
Browse files Browse the repository at this point in the history
  • Loading branch information
reconbot committed May 25, 2016
1 parent e551333 commit 21c757f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
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.0-beta1
Version 4.0.0-beta2
-------------
- [windows] Fixed a bug where we weren't properly opening ports (provides better support virtual com ports too) thanks to @RogerHardiman
- Remove extra flow control settings
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "serialport",
"version": "4.0.0-beta1",
"version": "4.0.0-beta2",
"description": "Node.js package to access serial ports. Welcome your robotic javascript overlords. Better yet, program them!",
"author": {
"name": "Chris Williams",
Expand All @@ -10,12 +10,12 @@
"binary": {
"module_name": "serialport",
"module_path": "build/{configuration}/",
"host": "https://github.com/voodootikigod/node-serialport/releases/download/4.0.0-beta1"
"host": "https://github.com/EmergingTechnologyAdvisors/node-serialport/releases/download/4.0.0-beta2"
},
"main": "./lib/serialport",
"repository": {
"type": "git",
"url": "git://github.com/voodootikigod/node-serialport.git"
"url": "git://github.com/EmergingTechnologyAdvisors/node-serialport.git"
},
"keywords": [
"serialport",
Expand Down

0 comments on commit 21c757f

Please sign in to comment.