Bump version to "0.20.0"

This commit is contained in:
Andrew Stewart 2014-11-05 15:48:24 -08:00
parent e9f73228f1
commit 19f9d57f1a
2 changed files with 4 additions and 1 deletions

View File

@ -304,6 +304,9 @@ on the [https://github.com/hybridgroup/cylon-site](https://github.com/hybridgrou
## Release History
Version 0.20.0 - Browser support, new module loading, log level support, misc.
development changes
Version 0.19.1 - Correct issue with dynamic method proxying
Version 0.19.0 - Fluent syntax, improved start/halt, various other updates

View File

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