Bump version to v0.22.1
This commit is contained in:
parent
3e65e2027e
commit
a9dd5b80cd
|
@ -336,6 +336,7 @@ on the [https://github.com/hybridgroup/cylon-site](https://github.com/hybridgrou
|
|||
|
||||
Version | Notes
|
||||
------- | -----
|
||||
0.22.1 | Remove lodash, misc. bug fixes
|
||||
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
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "cylon",
|
||||
"version": "0.22.0",
|
||||
"version": "0.22.1",
|
||||
"main": "lib/cylon.js",
|
||||
"description": "A JavaScript robotics framework for Node.js",
|
||||
"homepage": "http://cylonjs.com",
|
||||
|
|
Loading…
Reference in New Issue