Bump version to 0.19.1
This commit is contained in:
parent
35c3a4b9e9
commit
156a06f316
|
@ -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
|
||||
|
|
|
@ -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",
|
||||
|
|
Loading…
Reference in New Issue