Skip to content

Commit

Permalink
Version 2.0.7-beta2
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobrosenthal committed Mar 29, 2016
1 parent 2093668 commit 3469c1a
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
Version 2.0.7-beta2
-------------
- Code cleanup due to moving to eslint internally
- Bugfixes around JS handling of file descriptors

Version 2.0.7-beta1
-------------
- Remove deprecated BuildCommDCB for windows support
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": "2.0.7-beta1",
"version": "2.0.7-beta2",
"description": "Welcome your robotic javascript overlords. Better yet, program them!",
"author": {
"name": "Chris Williams",
Expand All @@ -11,7 +11,7 @@
"module_name": "serialport",
"module_path": "./build/{configuration}/{node_abi}-{platform}-{arch}/",
"package_name": "{node_abi}-{platform}-{arch}.tar.gz",
"host": "https://github.com/voodootikigod/node-serialport/releases/download/2.0.7-beta1"
"host": "https://github.com/voodootikigod/node-serialport/releases/download/2.0.7-beta2"
},
"main": "./serialport",
"repository": {
Expand Down

0 comments on commit 3469c1a

Please sign in to comment.