Update to 0.10.2

This commit is contained in:
deadprogram 2014-02-20 09:20:18 -08:00
parent 277643bded
commit 55a774b7d6
2 changed files with 6 additions and 1 deletions

View File

@ -117,6 +117,7 @@ Cylon.js has a extensible system for connecting to hardware devices. The followi
- [Pebble](http://www.getpebble.com/) <==> [Adaptor/Driver](https://github.com/hybridgroup/cylon-pebble)
- [Raspberry Pi](http://www.raspberrypi.org/) <==> [Adaptor](https://github.com/hybridgroup/cylon-raspi)
- [Salesforce](http://www.force.com/) <==> [Adaptor/Driver](https://github.com/hybridgroup/cylon-force)
- [Skynet](http://skynet.im/) <==> [Adaptor](https://github.com/hybridgroup/cylon-skynet)
- [Spark](http://www.spark.io/) <==> [Adaptor](https://github.com/hybridgroup/cylon-spark)
- [Sphero](http://www.gosphero.com/) <==> [Adaptor/Driver](https://github.com/hybridgroup/cylon-sphero)
@ -219,6 +220,10 @@ Thank you!
## Release History
Version 0.10.2 - Create connections convenience vars, refactor config loading
Version 0.10.1 - Updates required for test driven robotics, update Robeaux version, bugfixes
Version 0.10.0 - Use Robeaux UX, add CLI commands for helping connect to devices, bugfixes
Version 0.9.0 - Add AngularJS web interface to API, extensible commands for CLI

View File

@ -1,6 +1,6 @@
{
"name": "cylon",
"version": "0.10.1",
"version": "0.10.2",
"main": "dist/cylon.js",
"description": "A JavaScript robotics framework using Node.js",
"homepage": "http://cylonjs.com",