Bump version to "0.21.1"

This commit is contained in:
Andrew Stewart 2014-11-28 15:02:09 -08:00
parent 29583c0bd5
commit c49e71b9c7
2 changed files with 3 additions and 1 deletions

View File

@ -294,6 +294,8 @@ on the [https://github.com/hybridgroup/cylon-site](https://github.com/hybridgrou
## Release History ## Release History
Version 0.21.1 - Add back debug logging for starting/connecting devices/connections
Version 0.21.0 - Remove Connection/Device objects, update Robot Version 0.21.0 - Remove Connection/Device objects, update Robot
connection/device syntax, fluent syntax updates connection/device syntax, fluent syntax updates

View File

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