Bump version to 0.14.0

This commit is contained in:
Andrew Stewart 2014-05-26 15:35:48 -07:00
parent 838fdc7046
commit 92fea6225b
2 changed files with 3 additions and 1 deletions

View File

@ -244,6 +244,8 @@ on the [cylonjs.com branch][cylonjs-branch].
## Release History
Version 0.14.0 - Removal of node-namespace and misc. cleanup
Version 0.13.3 - Fixes bug with disconnect functions not being called.
Version 0.13.2 - Use pure Express, adds server-sent-events, upd API.

View File

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