Skip to content

Commit

Permalink
Bump bugfix version
Browse files Browse the repository at this point in the history
  • Loading branch information
yaacov committed May 13, 2017
1 parent 10261f2 commit e5fe6dc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -319,7 +319,7 @@ ModbusRTU.prototype.open = function(callback) {
}
});

/* On serial port open OK call next function */
/* On serial port open OK call next function with no error */
if (callback)
callback(error);
}
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "modbus-serial",
"version": "5.2.14",
"version": "5.2.15",
"description": "A pure JavaScript implemetation of MODBUS-RTU (Serial and TCP) for NodeJS.",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit e5fe6dc

Please sign in to comment.