Bump version to "0.20.2"
This commit is contained in:
parent
4c539ab9d1
commit
6d0d13e5b6
|
@ -290,6 +290,8 @@ on the [https://github.com/hybridgroup/cylon-site](https://github.com/hybridgrou
|
||||||
|
|
||||||
## Release History
|
## Release History
|
||||||
|
|
||||||
|
Version 0.20.2 - Correct API issues, possible issue with test setups
|
||||||
|
|
||||||
Version 0.20.1 - Revert accidental scrict handling of param in driver initializer
|
Version 0.20.1 - Revert accidental scrict handling of param in driver initializer
|
||||||
|
|
||||||
Version 0.20.0 - Browser support, new module loading, log level support, misc.
|
Version 0.20.0 - Browser support, new module loading, log level support, misc.
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "cylon",
|
"name": "cylon",
|
||||||
"version": "0.20.1",
|
"version": "0.20.2",
|
||||||
"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",
|
||||||
|
|
Loading…
Reference in New Issue