Bump version to "0.21.1"
This commit is contained in:
parent
29583c0bd5
commit
c49e71b9c7
|
@ -294,6 +294,8 @@ on the [https://github.com/hybridgroup/cylon-site](https://github.com/hybridgrou
|
|||
|
||||
## 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
|
||||
connection/device syntax, fluent syntax updates
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "cylon",
|
||||
"version": "0.21.0",
|
||||
"version": "0.21.1",
|
||||
"main": "lib/cylon.js",
|
||||
"description": "A JavaScript robotics framework for Node.js",
|
||||
"homepage": "http://cylonjs.com",
|
||||
|
|
Loading…
Reference in New Issue