Bump version to 0.19.1

This commit is contained in:
Andrew Stewart 2014-10-01 18:12:31 -07:00
parent 35c3a4b9e9
commit 156a06f316
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.19.1 - Correct issue with dynamic method proxying
Version 0.19.0 - Fluent syntax, improved start/halt, various other updates
Version 0.18.0 - Updates Robot and Driver commands structure

View File

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