Skip to content
This repository has been archived by the owner on Dec 20, 2019. It is now read-only.

Commit

Permalink
Update to 0.9.0
Browse files Browse the repository at this point in the history
Signed-off-by: deadprogram <ron@hybridgroup.com>
  • Loading branch information
deadprogram committed Apr 14, 2016
1 parent fbaeeff commit f1041eb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions lib/adaptors/ble.js
Expand Up @@ -12,6 +12,7 @@ function initBLE() {
try {
if (isChrome) {
// browser BLE interface here...
return;
} else {
ble = require("noble");
}
Expand Down
4 changes: 2 additions & 2 deletions package.json
@@ -1,8 +1,8 @@
{
"name": "sphero",
"version": "0.8.3",
"version": "0.9.0",
"main": "index.js",
"description": "Sphero.js",
"description": "Sphero.js - The Official Orbotix JavaScript SDK to control Sphero robots",
"homepage": "http://www.sphero.com/",
"bugs": "https://github.com/orbotix/sphero.js/issues",
"author": "Orbotix Inc.",
Expand Down

0 comments on commit f1041eb

Please sign in to comment.