Skip to content

Commit

Permalink
Bump version to v0.22.1
Browse files Browse the repository at this point in the history
  • Loading branch information
stewart committed Feb 24, 2015
1 parent 3e65e20 commit a9dd5b8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions README.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down Expand Up @@ -43,6 +43,6 @@
},

"dependencies": {
"async": "0.9.0"
"async": "0.9.0"
}
}

0 comments on commit a9dd5b8

Please sign in to comment.