Bump version to v0.22.1

This commit is contained in:
Andrew Stewart 2015-02-24 11:22:50 -08:00
parent 3e65e2027e
commit a9dd5b80cd
2 changed files with 3 additions and 2 deletions

View File

@ -336,6 +336,7 @@ on the [https://github.com/hybridgroup/cylon-site](https://github.com/hybridgrou
Version | Notes Version | Notes
------- | ----- ------- | -----
0.22.1 | Remove lodash, misc. bug fixes
0.22.0 | API extraction, new devices syntax. 0.22.0 | API extraction, new devices syntax.
0.21.2 | Update Robeaux version 0.21.2 | Update Robeaux version
0.21.1 | Add back debug logging for starting/connecting devices/connections 0.21.1 | Add back debug logging for starting/connecting devices/connections

View File

@ -1,6 +1,6 @@
{ {
"name": "cylon", "name": "cylon",
"version": "0.22.0", "version": "0.22.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",
@ -43,6 +43,6 @@
}, },
"dependencies": { "dependencies": {
"async": "0.9.0" "async": "0.9.0"
} }
} }