Bump version

This commit is contained in:
Andrew Stewart 2014-12-05 18:33:41 -05:00
parent 08a15fdbbb
commit fa4ac454fd
2 changed files with 2 additions and 1 deletions

View File

@ -314,6 +314,7 @@ on the [https://github.com/hybridgroup/cylon-site](https://github.com/hybridgrou
Version | Notes
------- | -----
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
0.20.2 | Correct API issues, possible issue with test setups

View File

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