Bump version to "0.18.0"

This commit is contained in:
Andrew Stewart 2014-08-19 11:13:05 -07:00
parent 55f9445149
commit fca5549e29
2 changed files with 3 additions and 1 deletions

View File

@ -246,6 +246,8 @@ on the [https://github.com/hybridgroup/cylon-site](https://github.com/hybridgrou
## Release History
Version 0.18.0 - Updates Robot and Driver commands structure
Version 0.17.0 - Updates to API to match CPPP-IO spec
Version 0.16.0 - New IO Utils, removal of Utils#bind, add Adaptor#_noop method.

View File

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