From 55a774b7d6308ae6ae677d9784a9580e328dc915 Mon Sep 17 00:00:00 2001 From: deadprogram Date: Thu, 20 Feb 2014 09:20:18 -0800 Subject: [PATCH] Update to 0.10.2 --- README.md | 5 +++++ package.json | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index e008dbf..6e335ef 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/package.json b/package.json index bcd13eb..fe5f15f 100644 --- a/package.json +++ b/package.json @@ -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",