Bump version to "0.22.0"

This commit is contained in:
Andrew Stewart 2015-01-14 10:17:11 -08:00
parent 4b377b2e65
commit c52971dcec
2 changed files with 2 additions and 1 deletions

View File

@ -328,6 +328,7 @@ on the [https://github.com/hybridgroup/cylon-site](https://github.com/hybridgrou
Version | Notes
------- | -----
0.22.0 | API extraction, new devices syntax.
0.21.2 | Update Robeaux version
0.21.1 | Add back debug logging for starting/connecting devices/connections
0.21.0 | Remove Connection/Device objects, update Robot connection/device syntax, fluent syntax updates

View File

@ -1,6 +1,6 @@
{
"name": "cylon",
"version": "0.21.2",
"version": "0.22.0",
"main": "lib/cylon.js",
"description": "A JavaScript robotics framework for Node.js",
"homepage": "http://cylonjs.com",