Skip to content

Commit

Permalink
changing to serial port version 1.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
donaldaverill committed May 1, 2014
1 parent 18a6d19 commit 8a09cfb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Package.describe({
summary: 'serialport repackaged for Meteor'
});
Npm.depends({
"serialport": "1.3.1"
"serialport": "1.4.0"
});
Package.on_use(function(api) {
api.add_files('serialport.js', ['server']);
Expand Down
2 changes: 1 addition & 1 deletion smart.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
"description": "serialport repackaged for Meteor",
"homepage": "https://github.com/HumulusMaximus/meteor-package-serialport",
"author": "Donald Averill <[email protected]>",
"version": "1.3.1",
"version": "1.4.0",
"git": "https://github.com/HumulusMaximus/meteor-package-serialport.git"
}

0 comments on commit 8a09cfb

Please sign in to comment.