Update to version 0.10.0

This commit is contained in:
deadprogram 2014-02-06 17:50:21 -08:00
parent e55935f41a
commit e3bf3092a5
2 changed files with 6 additions and 1 deletions

View File

@ -128,6 +128,7 @@ a shared set of drivers provided using the cylon-gpio module:
- Button
- Continuous Servo
- LED
- MakeyButton
- Motor
- Maxbotix Ultrasonic Range Finder
- Servo
@ -138,6 +139,8 @@ drivers provided using the cylon-i2c module:
- [I2C](https://en.wikipedia.org/wiki/I%C2%B2C) <=> [Drivers](https://github.com/hybridgroup/cylon-i2c)
- BlinkM
- HMC6352 Digital Compass
- LCD
- MPL115A2 Barometer/Thermometer
More platforms and drivers are coming soon... follow us on Twitter [@cylonjs](http://twitter.com/cylonjs) for latest updates.
@ -216,6 +219,8 @@ Thank you!
## Release History
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
Version 0.8.0 - Refactored Adaptor and Driver into proper base classes for easier authoring of new modules

View File

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